GET /api/bet_types/10ad901c-13f7-49f7-941f-38d57057d959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10ad901c-13f7-49f7-941f-38d57057d959",
    "match": "https://api-prod.gambitprofit.com/api/matches/df1226af-afa0-4c94-ac6a-975ca56a2f1d/?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": "Georgia Southern",
                "amount": 7357.0
            },
            {
                "team": "Ball State",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9196.25,
        "profit_sb": 196.25,
        "profit_sb_percentage": 2.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "c46869bb-aa1d-49e0-850e-ecc35aa2e953",
            "gambit_id": "61b857f6-1426-4cc6-a2ed-bf1820aed532",
            "last_updated": "2022-09-25T21:12:20.553966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ad901c-13f7-49f7-941f-38d57057d959/?format=api"
        },
        {
            "id": "002ad2b7-b2db-4ab2-ad13-74c2689af570",
            "gambit_id": "9ced8f1f-f2e4-48bd-a646-34f0142814d0",
            "last_updated": "2022-09-25T21:12:20.552959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "3.48000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ad901c-13f7-49f7-941f-38d57057d959/?format=api"
        }
    ]
}