GET /api/bet_types/bf23e315-87fe-46de-9aa4-e47a5a698a67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf23e315-87fe-46de-9aa4-e47a5a698a67",
    "match": "https://api-prod.gambitprofit.com/api/matches/e358a0da-78a8-46c8-b2d6-08b25fb61401/?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": "Belgium",
                "amount": 7204.0
            },
            {
                "team": "Draw",
                "amount": 2796.0
            }
        ],
        "expected_reward_tokens": 10373.16,
        "profit_sb": 1373.16,
        "profit_sb_percentage": 15.26,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Belgium",
                "amount": 6039.0
            },
            {
                "team": "Draw",
                "amount": 2344.0
            },
            {
                "team": "Canada",
                "amount": 1616.0
            }
        ],
        "expected_reward_tokens": 8694.08,
        "profit_sb": -305.92,
        "profit_sb_percentage": -3.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "94deee9a-31fe-460c-a5c9-a5afd9199b5d",
            "gambit_id": "088f3b7d-77e9-4127-add2-c57d112b009e",
            "last_updated": "2022-11-24T09:27:07.067635-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Belgium",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf23e315-87fe-46de-9aa4-e47a5a698a67/?format=api"
        },
        {
            "id": "37977312-d044-47f9-b1e5-53a2df7d6c14",
            "gambit_id": "e6589661-7bed-4d4c-a625-5412a627e9c9",
            "last_updated": "2022-11-24T09:27:07.068569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.71000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf23e315-87fe-46de-9aa4-e47a5a698a67/?format=api"
        },
        {
            "id": "2fcaebe4-9155-40f4-bf02-009062d6aa02",
            "gambit_id": "e412b812-76ba-4b2f-a1e2-d83258b517fc",
            "last_updated": "2022-11-24T09:27:07.066702-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Canada",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf23e315-87fe-46de-9aa4-e47a5a698a67/?format=api"
        }
    ]
}