GET /api/bet_types/38833675-c073-44b8-a9af-b5f147bc3345/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38833675-c073-44b8-a9af-b5f147bc3345",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce45559f-c7ae-4fda-9fd8-09c8a0db8b48/?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": "RB Leipzig",
                "amount": 6894.0
            },
            {
                "team": "Draw",
                "amount": 3106.0
            }
        ],
        "expected_reward_tokens": 11305.84,
        "profit_sb": 2305.84,
        "profit_sb_percentage": 25.62,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "RB Leipzig",
                "amount": 5372.0
            },
            {
                "team": "Draw",
                "amount": 2420.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 2208.0
            }
        ],
        "expected_reward_tokens": 8808.8,
        "profit_sb": -191.2,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e3d21d0-ac26-48cd-9a5a-17aa3fa8d8b2",
            "gambit_id": "719a2cf9-cf81-425e-90cb-07cca5180e05",
            "last_updated": "2022-11-03T10:08:41.170303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "RB Leipzig",
            "reward": "1.64000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38833675-c073-44b8-a9af-b5f147bc3345/?format=api"
        },
        {
            "id": "ce8a2ff2-2895-44a9-8f7b-09ffd21cdc4b",
            "gambit_id": "ff4ab73a-ec12-42ec-be38-94750dd9f7da",
            "last_updated": "2022-11-03T10:08:41.168432-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38833675-c073-44b8-a9af-b5f147bc3345/?format=api"
        },
        {
            "id": "625ac951-ddd9-41b5-b408-b682eb5685ae",
            "gambit_id": "70fc32eb-42f6-46b6-8156-22176ef31520",
            "last_updated": "2022-11-03T10:08:41.169373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Shakhtar Donetsk",
            "reward": "3.99000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38833675-c073-44b8-a9af-b5f147bc3345/?format=api"
        }
    ]
}