GET /api/bet_types/817fb897-eaea-4e14-b06c-559935789213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "817fb897-eaea-4e14-b06c-559935789213",
    "match": "https://api-prod.gambitprofit.com/api/matches/97869aa5-242f-4687-ba23-a01bb41e05bc/?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": "MIA",
                "amount": 5838.0
            },
            {
                "team": "PHI",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc3c6d21-bb67-4bbc-a373-d03fb2ccf4be",
            "gambit_id": "c049c1b6-db01-46f6-9c3f-4edb600ef485",
            "last_updated": "2022-08-12T09:57:11.016481-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817fb897-eaea-4e14-b06c-559935789213/?format=api"
        },
        {
            "id": "e0655dae-4ec0-4f16-a175-d03e0d58f56f",
            "gambit_id": "10156d78-cd4a-4da7-a039-311e46104b04",
            "last_updated": "2022-08-12T09:57:11.015957-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817fb897-eaea-4e14-b06c-559935789213/?format=api"
        }
    ]
}