GET /api/bet_types/29fd93b3-ffde-4eb4-b3b3-f81b346bb88d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29fd93b3-ffde-4eb4-b3b3-f81b346bb88d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c495c9aa-e873-4289-9995-58471f612565/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:20.344938-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami Heat",
                "amount": 5512.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0134316-3ad5-4966-b45b-622b709ac902",
            "gambit_id": "13dfec0b-c2d6-4bd7-9a4f-cf5b05d29ee9",
            "last_updated": "2024-02-01T10:48:01.413788-05:00",
            "created_at": "2024-01-31T09:58:20.353651-05:00",
            "name": "Miami Heat",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd93b3-ffde-4eb4-b3b3-f81b346bb88d/?format=api"
        },
        {
            "id": "6df2e3ff-aca0-4bf7-aa3c-beda78febbc1",
            "gambit_id": "9f8f9da1-4e61-4637-90a1-ab1421fad183",
            "last_updated": "2024-02-01T10:48:01.405007-05:00",
            "created_at": "2024-01-31T09:58:20.349399-05:00",
            "name": "Sacramento Kings",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd93b3-ffde-4eb4-b3b3-f81b346bb88d/?format=api"
        }
    ]
}