GET /api/bet_types/6d293d19-1c0e-467c-a04e-d982d38d0012/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d293d19-1c0e-467c-a04e-d982d38d0012",
    "match": "https://api-prod.gambitprofit.com/api/matches/279d9619-7e26-42da-afbb-ef37e74595e6/?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": "Miami Florida",
                "amount": 7440.0
            },
            {
                "team": "Duke",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c2cb582-925b-4fb4-a0e5-65d0d9dd8b25",
            "gambit_id": "98e9d9a9-1dbd-46d3-8e6c-7798de7ebbd2",
            "last_updated": "2022-10-23T09:27:14.553752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d293d19-1c0e-467c-a04e-d982d38d0012/?format=api"
        },
        {
            "id": "0f60965c-3e6e-4eb3-80f3-fd2b14c4e7d1",
            "gambit_id": "a1818760-a061-4876-afc2-459d8688cfad",
            "last_updated": "2022-10-23T09:27:14.554766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "3.72000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d293d19-1c0e-467c-a04e-d982d38d0012/?format=api"
        }
    ]
}