GET /api/bet_types/96ba3e89-ee7b-4070-9a4d-284832684c2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96ba3e89-ee7b-4070-9a4d-284832684c2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2199ac3f-7e53-4b6e-93d3-86f0c96ae9af/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Nashville SC",
                "amount": 6954.0
            },
            {
                "team": "Draw",
                "amount": 3046.0
            }
        ],
        "expected_reward_tokens": 11543.64,
        "profit_sb": 2543.64,
        "profit_sb_percentage": 28.26,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nashville SC",
                "amount": 5415.0
            },
            {
                "team": "Draw",
                "amount": 2372.0
            },
            {
                "team": "Austin FC",
                "amount": 2214.0
            }
        ],
        "expected_reward_tokens": 8988.84,
        "profit_sb": -11.16,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc6c5f7e-d482-4657-b76e-56d8504358d9",
            "gambit_id": "672f8b4d-dcb8-44d5-86b1-0266361ed376",
            "last_updated": "2022-09-05T10:52:17.475196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville SC",
            "reward": "1.66000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96ba3e89-ee7b-4070-9a4d-284832684c2d/?format=api"
        },
        {
            "id": "d6d27fc3-8980-44d9-a019-529a71178f26",
            "gambit_id": "e12f4e0e-e2dd-4e37-ab5f-318b2545bde6",
            "last_updated": "2022-09-05T10:52:17.476168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.79000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96ba3e89-ee7b-4070-9a4d-284832684c2d/?format=api"
        },
        {
            "id": "77c4d4e2-52db-4cb8-a721-70fa1cf9cfb9",
            "gambit_id": "c6baeeb2-f48c-4a6f-a0da-fbe78de1623a",
            "last_updated": "2022-09-05T10:52:17.474226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "4.06000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96ba3e89-ee7b-4070-9a4d-284832684c2d/?format=api"
        }
    ]
}