GET /api/bet_types/92b1a53a-179c-45dd-af8c-3cbfd27081e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92b1a53a-179c-45dd-af8c-3cbfd27081e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?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": "Cincinnati",
                "amount": 5097.0
            },
            {
                "team": "Indiana",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "e70d3a0f-70bd-429e-a176-a7efb57c063a",
            "gambit_id": "4523ae28-75f2-4f4f-8e3b-de76892a20e7",
            "last_updated": "2022-09-25T19:57:05.786675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b1a53a-179c-45dd-af8c-3cbfd27081e4/?format=api"
        },
        {
            "id": "5151f55e-35e1-4ed1-b543-630477dbb47e",
            "gambit_id": "b659cc70-befc-4292-9252-921aa019e812",
            "last_updated": "2022-09-25T19:57:05.785400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b1a53a-179c-45dd-af8c-3cbfd27081e4/?format=api"
        }
    ]
}