GET /api/bet_types/6170dcfd-020b-4667-b829-06c4d7acb381/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6170dcfd-020b-4667-b829-06c4d7acb381",
    "match": "https://api-prod.gambitprofit.com/api/matches/14eeaeeb-04b4-429f-be31-a71f976b5075/?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": "Austin FC",
                "amount": 7314.0
            },
            {
                "team": "Draw",
                "amount": 2686.0
            }
        ],
        "expected_reward_tokens": 10824.58,
        "profit_sb": 1824.58,
        "profit_sb_percentage": 20.27,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 6033.0
            },
            {
                "team": "Draw",
                "amount": 2216.0
            },
            {
                "team": "San Jose Earthquakes",
                "amount": 1751.0
            }
        ],
        "expected_reward_tokens": 8928.84,
        "profit_sb": -71.16,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "76a61c34-2c89-47a4-be50-4aa7be43da34",
            "gambit_id": "ce67f2b4-078c-4c52-a1db-8f23631caac0",
            "last_updated": "2022-08-07T14:52:19.435037-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6170dcfd-020b-4667-b829-06c4d7acb381/?format=api"
        },
        {
            "id": "8074349d-1dec-4b31-93db-fda8404242bc",
            "gambit_id": "fb74af51-90f6-4faf-aaa7-4e565719e5cf",
            "last_updated": "2022-08-07T14:52:19.435496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.03000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6170dcfd-020b-4667-b829-06c4d7acb381/?format=api"
        },
        {
            "id": "0aa75cc9-6820-453b-9930-26bfe398fb56",
            "gambit_id": "f6e22685-c675-4fa3-a483-e91eb5354601",
            "last_updated": "2022-08-07T14:52:19.434544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Earthquakes",
            "reward": "5.10000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6170dcfd-020b-4667-b829-06c4d7acb381/?format=api"
        }
    ]
}