GET /api/bet_types/6d0b5b4e-5de0-4c92-95fc-2a9f1551976d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d0b5b4e-5de0-4c92-95fc-2a9f1551976d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9ad60e9-ead8-44a5-a719-70bf7196d255/?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",
                "amount": 7983.0
            },
            {
                "team": "Vanderbilt",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "69039563-7e45-4483-b3ff-6aeefa8b9eaf",
            "gambit_id": "a897ca82-65d1-40b8-8709-4fe229b66df8",
            "last_updated": "2022-11-28T09:27:05.976233-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0b5b4e-5de0-4c92-95fc-2a9f1551976d/?format=api"
        },
        {
            "id": "6e47fead-5f98-4dc1-9a31-0a86a1fc3e94",
            "gambit_id": "a295069b-194e-4348-8b20-69bb275c2f30",
            "last_updated": "2022-11-28T09:27:05.975265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0b5b4e-5de0-4c92-95fc-2a9f1551976d/?format=api"
        }
    ]
}