GET /api/bet_types/83ccd0fc-fbec-4012-92a1-8a242247d65c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83ccd0fc-fbec-4012-92a1-8a242247d65c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e85bcd1-09f3-4dbe-88e3-fd91dd3edf6b/?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": "Maryland",
                "amount": 5109.0
            },
            {
                "team": "Buffalo",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "119bd6d1-9cff-4474-a277-3cfabf086dda",
            "gambit_id": "32aa0bbe-81d5-4523-8b0b-d14a9e785a3c",
            "last_updated": "2022-09-04T17:02:24.742467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ccd0fc-fbec-4012-92a1-8a242247d65c/?format=api"
        },
        {
            "id": "045eb529-adeb-4c2b-af51-836c4c35260a",
            "gambit_id": "a4182209-0db0-4ab0-b161-b138b8e63186",
            "last_updated": "2022-09-04T17:02:24.743671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ccd0fc-fbec-4012-92a1-8a242247d65c/?format=api"
        }
    ]
}