GET /api/bet_types/8c205eb7-7027-44e0-9cd2-c79aaa11d7f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c205eb7-7027-44e0-9cd2-c79aaa11d7f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dbf1ef9-c7a4-4b9a-a569-bdc2c148d419/?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": "Troy",
                "amount": 6862.0
            },
            {
                "team": "Southern Miss",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "ead3ec13-1d25-43ed-9de1-78b1bf1785f3",
            "gambit_id": "cb4da315-3dc3-4b87-b006-d95be7366023",
            "last_updated": "2022-10-11T11:22:05.156951-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c205eb7-7027-44e0-9cd2-c79aaa11d7f4/?format=api"
        },
        {
            "id": "31365c5f-e408-4815-84ce-e2a30fafeeb8",
            "gambit_id": "cb268bd2-ade6-45d1-bfa0-3042e25781e0",
            "last_updated": "2022-10-11T11:22:05.157943-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c205eb7-7027-44e0-9cd2-c79aaa11d7f4/?format=api"
        }
    ]
}