GET /api/bet_types/1e5b2465-5d06-4717-aaab-514070432eaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e5b2465-5d06-4717-aaab-514070432eaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cd03aa1-106f-4d56-af1d-30c40bb251db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T08:43:19.789631-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": "SFO",
                "amount": 5213.0
            },
            {
                "team": "COL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a62e08a7-e882-4917-b80b-5f68b76e46e0",
            "gambit_id": "bf4f4610-ac6b-4639-a586-b6ff08d6d571",
            "last_updated": "2023-07-10T18:23:17.329581-04:00",
            "created_at": "2023-07-09T08:43:19.794171-04:00",
            "name": "SFO",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5b2465-5d06-4717-aaab-514070432eaf/?format=api"
        },
        {
            "id": "a240640f-eb4c-4677-bfb8-86c4e1167683",
            "gambit_id": "2a78f5ff-0626-4cee-84be-783f73f0478a",
            "last_updated": "2023-07-10T18:23:17.328280-04:00",
            "created_at": "2023-07-09T08:43:19.791706-04:00",
            "name": "COL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e5b2465-5d06-4717-aaab-514070432eaf/?format=api"
        }
    ]
}