GET /api/bet_types/ae5042c6-896e-4cc8-a27c-9c066449d409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae5042c6-896e-4cc8-a27c-9c066449d409",
    "match": "https://api-prod.gambitprofit.com/api/matches/83427a44-e70d-4273-a58d-ab97c9da6f3f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "36d11521-86c4-4ee4-91bd-2d436bb70e83",
            "gambit_id": "cde915f6-ff61-4c7e-bbe6-a2b01b965b36",
            "last_updated": "2022-11-08T10:52:20.734311-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5042c6-896e-4cc8-a27c-9c066449d409/?format=api"
        },
        {
            "id": "a9cc347f-0908-4a13-8076-090728bebf70",
            "gambit_id": "4dbde95e-8a16-420a-9701-1db7a6dc1a99",
            "last_updated": "2022-11-08T10:52:20.735317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5042c6-896e-4cc8-a27c-9c066449d409/?format=api"
        }
    ]
}