GET /api/bet_types/abe47ef4-aab5-4d5e-aa84-69fb87698476/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abe47ef4-aab5-4d5e-aa84-69fb87698476",
    "match": "https://api-prod.gambitprofit.com/api/matches/6320f3a1-4e4a-4aa4-9c0e-243bd1f99ba3/?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": "Charlotte FC",
                "amount": 5369.0
            },
            {
                "team": "Toronto FC",
                "amount": 4631.0
            }
        ],
        "expected_reward_tokens": 12133.22,
        "profit_sb": 3133.22,
        "profit_sb_percentage": 34.81,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Charlotte FC",
                "amount": 3938.0
            },
            {
                "team": "Toronto FC",
                "amount": 3397.0
            },
            {
                "team": "Draw",
                "amount": 2665.0
            }
        ],
        "expected_reward_tokens": 8899.88,
        "profit_sb": -100.12,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "adb6d15d-047c-4e9d-968b-5e78a22212c2",
            "gambit_id": "9a8c2067-7095-4892-8153-3d7573759588",
            "last_updated": "2022-08-29T11:17:14.333412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte FC",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe47ef4-aab5-4d5e-aa84-69fb87698476/?format=api"
        },
        {
            "id": "bb3c6654-5ef3-49d8-a28d-d3c10486c88a",
            "gambit_id": "63f9835b-d25f-4920-969d-427f609a395e",
            "last_updated": "2022-08-29T11:17:14.333052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "2.62000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe47ef4-aab5-4d5e-aa84-69fb87698476/?format=api"
        },
        {
            "id": "2597318f-fbc1-4c16-bba5-e279953e83b0",
            "gambit_id": "eeca1a13-d45d-4ff8-ad01-8935479ef6d8",
            "last_updated": "2022-08-29T11:17:14.333775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.34000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe47ef4-aab5-4d5e-aa84-69fb87698476/?format=api"
        }
    ]
}