GET /api/bet_types/19f9e96f-8604-4bdb-8a65-d102763835ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19f9e96f-8604-4bdb-8a65-d102763835ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/f241a482-6abd-4109-b59c-67be6bc14573/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Milwaukee Bucks",
                "amount": 8738.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1262.0
            }
        ],
        "expected_reward_tokens": 9524.42,
        "profit_sb": 24.42,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "f08d19d3-1564-4859-aef4-e0eb0bc591a1",
            "gambit_id": "bdf0b75a-6b59-4760-918f-08b3e2000802",
            "last_updated": "2022-10-24T10:02:10.872709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f9e96f-8604-4bdb-8a65-d102763835ae/?format=api"
        },
        {
            "id": "d82649aa-c3cc-4b29-9350-04e321f9a8fe",
            "gambit_id": "2927768a-38d8-4588-b332-62c4ea52e8e7",
            "last_updated": "2022-10-24T10:02:10.873688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "7.55000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f9e96f-8604-4bdb-8a65-d102763835ae/?format=api"
        }
    ]
}