GET /api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7182512-aaa3-4103-bbac-2b2aa505bd99",
    "match": "https://api-prod.gambitprofit.com/api/matches/78cb267b-996f-416b-86b7-0a9a059be352/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T15:07:05.650719-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7529.0
            },
            {
                "team": "Draw",
                "amount": 2471.0
            }
        ],
        "expected_reward_tokens": 11366.6,
        "profit_sb": 1866.6,
        "profit_sb_percentage": 19.65,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6152.0
            },
            {
                "team": "Draw",
                "amount": 2019.0
            },
            {
                "team": "Tottenham",
                "amount": 1829.0
            }
        ],
        "expected_reward_tokens": 9287.4,
        "profit_sb": -212.6,
        "profit_sb_percentage": -2.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "25b9b1f0-43fa-4f2b-b3cc-9b6fe7bda67c",
            "gambit_id": "1a9275c5-053b-454e-ab8b-b8f2e721b2d2",
            "last_updated": "2023-05-01T12:27:19.815612-04:00",
            "created_at": "2023-04-28T15:07:05.654340-04:00",
            "name": "Liverpool",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
        },
        {
            "id": "04104e61-f853-4402-9d44-6c0f6029129b",
            "gambit_id": "0d22ccb2-110d-4e91-9a4d-4ebbeabcea67",
            "last_updated": "2023-05-01T12:27:19.817280-04:00",
            "created_at": "2023-04-28T15:07:05.655847-04:00",
            "name": "Draw",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
        },
        {
            "id": "d0be138c-0b03-47ed-95c0-3dff6302df37",
            "gambit_id": "62aa32e1-11aa-4bb2-aab6-2041f837cf5b",
            "last_updated": "2023-05-01T12:27:19.813895-04:00",
            "created_at": "2023-04-28T15:07:05.652460-04:00",
            "name": "Tottenham",
            "reward": "5.08000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
        }
    ]
}