GET /api/bet_types/57be2c1e-1f3d-4198-8626-72abfefa3e5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57be2c1e-1f3d-4198-8626-72abfefa3e5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/96110fb3-adc4-4d1d-a20d-aff3780b9d2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:08:19.007838-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 6423.0
            },
            {
                "team": "Draw",
                "amount": 3577.0
            }
        ],
        "expected_reward_tokens": 11946.78,
        "profit_sb": 2446.78,
        "profit_sb_percentage": 25.76,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 4995.0
            },
            {
                "team": "Draw",
                "amount": 2782.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2223.0
            }
        ],
        "expected_reward_tokens": 9290.7,
        "profit_sb": -209.3,
        "profit_sb_percentage": -2.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e885707-29e7-4908-b07a-f69e2b5f3459",
            "gambit_id": "80fca0e4-4917-44dd-b549-4f4b0a657316",
            "last_updated": "2023-09-07T10:23:15.646975-04:00",
            "created_at": "2023-09-01T23:08:19.012234-04:00",
            "name": "Crystal Palace",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57be2c1e-1f3d-4198-8626-72abfefa3e5d/?format=api"
        },
        {
            "id": "f4fd5a3b-620a-4140-b64e-e94b8fd974de",
            "gambit_id": "22590218-4fd8-4f68-8f19-69d30378bb48",
            "last_updated": "2023-09-07T10:23:15.653408-04:00",
            "created_at": "2023-09-01T23:08:19.034798-04:00",
            "name": "Draw",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57be2c1e-1f3d-4198-8626-72abfefa3e5d/?format=api"
        },
        {
            "id": "e3052b70-c465-445d-9321-57a370b806f1",
            "gambit_id": "46317b04-fcdb-4b39-9a30-24b098adfb7e",
            "last_updated": "2023-09-07T10:23:15.650286-04:00",
            "created_at": "2023-09-01T23:08:19.016265-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57be2c1e-1f3d-4198-8626-72abfefa3e5d/?format=api"
        }
    ]
}