GET /api/bet_types/a707bfa1-26e8-44ed-b1af-5b706ce8e1d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a707bfa1-26e8-44ed-b1af-5b706ce8e1d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/20c48c0c-5d61-49a3-929b-d810916db386/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:01.307207-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": "New York Knicks",
                "amount": 5423.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dc8367b-4871-4253-9531-08bd9c83f40d",
            "gambit_id": "3a869def-3275-418c-80d8-c745adddf2ea",
            "last_updated": "2024-02-05T14:18:21.848351-05:00",
            "created_at": "2024-02-03T08:48:01.316769-05:00",
            "name": "New York Knicks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a707bfa1-26e8-44ed-b1af-5b706ce8e1d4/?format=api"
        },
        {
            "id": "8885d146-5743-4943-b296-45f5f73a0e4f",
            "gambit_id": "340fc71a-f514-4d5e-893f-952a02766d4f",
            "last_updated": "2024-02-05T14:18:21.845039-05:00",
            "created_at": "2024-02-03T08:48:01.311688-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a707bfa1-26e8-44ed-b1af-5b706ce8e1d4/?format=api"
        }
    ]
}