GET /api/bet_types/056e7535-76e3-4b47-b2d8-55d63c81b9c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "056e7535-76e3-4b47-b2d8-55d63c81b9c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b74fe91d-a8e8-480e-9603-947c772e5803/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c110db5-30d2-4f9a-97ae-6ed62ead1d55",
            "gambit_id": "fb63cc22-396e-4c66-a5fe-28a8c8199e60",
            "last_updated": "2022-11-15T11:42:29.754645-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/056e7535-76e3-4b47-b2d8-55d63c81b9c9/?format=api"
        },
        {
            "id": "8babc422-2f9e-4891-958f-7dd91f10024b",
            "gambit_id": "342a96ae-57c0-4a55-936f-5300d14094c3",
            "last_updated": "2022-11-15T11:42:29.753569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/056e7535-76e3-4b47-b2d8-55d63c81b9c9/?format=api"
        }
    ]
}