GET /api/bet_types/a220efdb-0362-4803-90d2-c8be95d57abc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a220efdb-0362-4803-90d2-c8be95d57abc",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd64e5b-93b1-42d7-89b0-70a18aa52169/?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": "Missouri",
                "amount": 8084.0
            },
            {
                "team": "Vanderbilt",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6045b7a-3d02-40d9-9838-e29d778f3da2",
            "gambit_id": "c2e2b1de-e154-4d83-b2a7-4ee297d80042",
            "last_updated": "2022-10-23T19:42:06.976860-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.18000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a220efdb-0362-4803-90d2-c8be95d57abc/?format=api"
        },
        {
            "id": "19778481-16f4-411d-8fc3-33fb8ff0a9ac",
            "gambit_id": "5985f952-403b-4d2b-ad71-349083bc6f2e",
            "last_updated": "2022-10-23T19:42:06.977984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "4.98000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a220efdb-0362-4803-90d2-c8be95d57abc/?format=api"
        }
    ]
}