GET /api/bet_types/36627b73-1012-4a0b-b5ef-962ba7e8c4d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36627b73-1012-4a0b-b5ef-962ba7e8c4d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c67fa3-6a82-497d-99d0-34a52f3a7bfe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:23.111507-04: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": "OAK",
                "amount": 6232.0
            },
            {
                "team": "WAS",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "6224ab26-42b5-4e70-83a9-226c9a09a69a",
            "gambit_id": "3ac97630-794c-4d86-bda4-cfbd5ae22e68",
            "last_updated": "2023-08-12T18:18:08.969546-04:00",
            "created_at": "2023-08-11T09:38:23.122680-04:00",
            "name": "OAK",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36627b73-1012-4a0b-b5ef-962ba7e8c4d4/?format=api"
        },
        {
            "id": "d343c6bc-4461-4f03-ab43-e7ffcf7fdfbb",
            "gambit_id": "45a5b0b4-d74d-4f9f-b72c-ea1b4e920851",
            "last_updated": "2023-08-12T18:18:08.973109-04:00",
            "created_at": "2023-08-11T09:38:23.129292-04:00",
            "name": "WAS",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36627b73-1012-4a0b-b5ef-962ba7e8c4d4/?format=api"
        }
    ]
}