GET /api/bet_types/159e6cb7-98f5-4579-a5fc-e48c262e9c3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "159e6cb7-98f5-4579-a5fc-e48c262e9c3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2c4fd70-7cef-46ff-9cc0-f855b9a1a5e2/?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": "Toronto FC",
                "amount": 5818.0
            },
            {
                "team": "CF Montréal",
                "amount": 4182.0
            }
        ],
        "expected_reward_tokens": 12043.26,
        "profit_sb": 3043.26,
        "profit_sb_percentage": 33.81,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto FC",
                "amount": 4273.0
            },
            {
                "team": "CF Montréal",
                "amount": 3071.0
            },
            {
                "team": "Draw",
                "amount": 2656.0
            }
        ],
        "expected_reward_tokens": 8844.48,
        "profit_sb": -155.52,
        "profit_sb_percentage": -1.73,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a7366e-0e80-4a5e-a717-95ecfa7797d9",
            "gambit_id": "3cb5b51e-b2f4-41d7-a772-6d1470b47de2",
            "last_updated": "2022-09-05T17:11:58.973258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159e6cb7-98f5-4579-a5fc-e48c262e9c3d/?format=api"
        },
        {
            "id": "36924bc8-400d-45aa-b867-b1cc93178362",
            "gambit_id": "855db81b-c656-4bdc-9b0f-2191e60a9f8f",
            "last_updated": "2022-09-05T17:11:58.972279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159e6cb7-98f5-4579-a5fc-e48c262e9c3d/?format=api"
        },
        {
            "id": "ad943bd3-e5e8-4ce2-8965-c5084179f569",
            "gambit_id": "beb0a78d-4b91-4e23-b690-2fc39d11effb",
            "last_updated": "2022-09-05T17:11:58.974254-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159e6cb7-98f5-4579-a5fc-e48c262e9c3d/?format=api"
        }
    ]
}