GET /api/bet_types/d4270042-0a7d-4136-8e3c-97957553e70b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4270042-0a7d-4136-8e3c-97957553e70b",
    "match": "https://api-prod.gambitprofit.com/api/matches/70944a23-4c9f-49cf-8129-c9d8aa452e63/?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": "Portland Timbers",
                "amount": 5227.0
            },
            {
                "team": "Seattle Sounders",
                "amount": 4773.0
            }
        ],
        "expected_reward_tokens": 12074.37,
        "profit_sb": 3074.37,
        "profit_sb_percentage": 34.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Portland Timbers",
                "amount": 3839.0
            },
            {
                "team": "Seattle Sounders",
                "amount": 3505.0
            },
            {
                "team": "Draw",
                "amount": 2655.0
            }
        ],
        "expected_reward_tokens": 8867.65,
        "profit_sb": -132.35,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "24167435-1fa7-49af-b29b-c02442e57b39",
            "gambit_id": "b68e22c6-450f-4c3a-8447-f8e2e3f4dd7d",
            "last_updated": "2022-08-27T14:37:04.395062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Timbers",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4270042-0a7d-4136-8e3c-97957553e70b/?format=api"
        },
        {
            "id": "55e9d89e-d14f-4d0f-beef-e3b65c213575",
            "gambit_id": "96fca483-a36f-40e9-a169-2df1731db7b7",
            "last_updated": "2022-08-27T14:37:04.394632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Sounders",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4270042-0a7d-4136-8e3c-97957553e70b/?format=api"
        },
        {
            "id": "479f7a10-44cd-40ca-bd4d-1a943169d2a0",
            "gambit_id": "d328044d-8efb-4a6d-bc52-9d00b2b5a01c",
            "last_updated": "2022-08-27T14:37:04.395488-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/d4270042-0a7d-4136-8e3c-97957553e70b/?format=api"
        }
    ]
}