GET /api/bet_types/770f813e-41ca-4747-9d36-86198c4131ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "770f813e-41ca-4747-9d36-86198c4131ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/236854cb-70e6-4366-b93e-2612566fe6ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-20T08:43:05.212146-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": "PHI",
                "amount": 5773.0
            },
            {
                "team": "WAS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a7bafd5-aa48-484c-bcdb-8ad2312031d1",
            "gambit_id": "e924a50a-30b5-4139-99cf-bf4dfc024474",
            "last_updated": "2023-08-21T17:48:34.495223-04:00",
            "created_at": "2023-08-20T08:43:05.216192-04:00",
            "name": "PHI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770f813e-41ca-4747-9d36-86198c4131ae/?format=api"
        },
        {
            "id": "05ae38e4-a206-4409-803d-16e7f248c0c3",
            "gambit_id": "56445aa9-c8f1-4898-947e-3b50d1988795",
            "last_updated": "2023-08-21T17:48:34.498538-04:00",
            "created_at": "2023-08-20T08:43:05.223838-04:00",
            "name": "WAS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770f813e-41ca-4747-9d36-86198c4131ae/?format=api"
        }
    ]
}