GET /api/bet_types/710db622-d9fb-4933-9f84-d2db4eed86de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "710db622-d9fb-4933-9f84-d2db4eed86de",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?format=api",
    "name": "Pick the Winner",
    "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": "Tennessee Titans",
                "amount": 5492.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "171e6705-1446-4332-9967-50ec5b8efe68",
            "gambit_id": "1fca84a4-f1d0-437c-a5fe-95e516ebdd06",
            "last_updated": "2022-11-14T14:57:41.753387-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710db622-d9fb-4933-9f84-d2db4eed86de/?format=api"
        },
        {
            "id": "6844917b-6661-4d86-ace6-af4504485042",
            "gambit_id": "b80a5e52-6379-4c94-8e9e-c55ba70eff55",
            "last_updated": "2022-11-14T14:57:41.754416-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710db622-d9fb-4933-9f84-d2db4eed86de/?format=api"
        }
    ]
}