GET /api/bet_types/e2f350d6-24bc-4b02-894d-952aa78f042d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2f350d6-24bc-4b02-894d-952aa78f042d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c38b8de3-5813-4efd-a15c-7db5530f52e9/?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": "PHI",
                "amount": 5304.0
            },
            {
                "team": "WAS",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "92098499-57cb-4c74-9f98-c25901d96dfe",
            "gambit_id": "2127c4d8-a334-4fb5-9109-576165622ddf",
            "last_updated": "2022-10-03T18:46:49.099838-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f350d6-24bc-4b02-894d-952aa78f042d/?format=api"
        },
        {
            "id": "c1bc0d4f-468a-48ac-8238-304d1060acb3",
            "gambit_id": "f336ea92-c3b2-469f-919f-f64159c8e42d",
            "last_updated": "2022-10-03T18:46:49.098708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f350d6-24bc-4b02-894d-952aa78f042d/?format=api"
        }
    ]
}