GET /api/bet_types/0817f37c-fc4c-452f-9cec-8fb0113ec216/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0817f37c-fc4c-452f-9cec-8fb0113ec216",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0ff698-adae-40ae-b220-e0b0fc35f335/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:02.952863-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": "Sacramento Kings",
                "amount": 6848.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "9873a1d0-845c-4b2f-ad5c-c7c8594e102e",
            "gambit_id": "6369001c-47f8-4ee7-ad56-a9e1973a410b",
            "last_updated": "2023-01-16T10:56:51.830359-05:00",
            "created_at": "2023-01-15T08:32:02.957494-05:00",
            "name": "Sacramento Kings",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0817f37c-fc4c-452f-9cec-8fb0113ec216/?format=api"
        },
        {
            "id": "eceed969-a0fa-461c-b00b-f0e21be337cd",
            "gambit_id": "0c39aae6-a0d1-476f-98c1-4e76fe7f995f",
            "last_updated": "2023-01-16T10:56:51.827404-05:00",
            "created_at": "2023-01-15T08:32:02.955139-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0817f37c-fc4c-452f-9cec-8fb0113ec216/?format=api"
        }
    ]
}