GET /api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c10ef3ab-bbc1-4491-b176-a8eeb753621b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a38930e-f2a7-472b-9fa4-5d4e01ae8f6c/?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": "New York City FC",
                "amount": 5042.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 4958.0
            }
        ],
        "expected_reward_tokens": 11948.78,
        "profit_sb": 2948.78,
        "profit_sb_percentage": 32.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York City FC",
                "amount": 3696.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 3634.0
            },
            {
                "team": "Draw",
                "amount": 2670.0
            }
        ],
        "expected_reward_tokens": 8757.6,
        "profit_sb": -242.4,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b1cfa13-9aeb-4d10-8a39-dc13b938fcc4",
            "gambit_id": "fc664577-3532-4bd5-9a62-bf2769670ead",
            "last_updated": "2022-08-15T13:47:13.440033-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
        },
        {
            "id": "b02176ac-4c7b-4049-9683-9021e93cbace",
            "gambit_id": "839553a5-2ef7-47df-ab07-a612af4e1362",
            "last_updated": "2022-08-15T13:47:13.440504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
        },
        {
            "id": "7ff710a8-45be-4ccd-9ed0-3460f8d0085e",
            "gambit_id": "9e6c0326-f84e-4a21-a277-82f6daf24a12",
            "last_updated": "2022-08-15T13:47:13.440965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
        }
    ]
}