GET /api/bet_types/caa319ab-68c7-47cd-9c8b-e7afc8215ef9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "caa319ab-68c7-47cd-9c8b-e7afc8215ef9",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa3eab35-b303-4f68-a884-78ac3536aaf5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:58.016407-04: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": "CLE (C Quantrill)",
                "amount": 5601.0
            },
            {
                "team": "SEA (M Gonzales)",
                "amount": 4399.0
            }
        ],
        "expected_reward_tokens": 9633.72,
        "profit_sb": 133.72,
        "profit_sb_percentage": 1.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "c908142e-2ceb-4b0c-8c8f-8235728bb1de",
            "gambit_id": "07a07124-6205-493a-9805-677e6474e678",
            "last_updated": "2023-04-09T11:37:24.179056-04:00",
            "created_at": "2023-04-08T09:01:58.018346-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.72000",
            "odds": "1.74630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caa319ab-68c7-47cd-9c8b-e7afc8215ef9/?format=api"
        },
        {
            "id": "2750036f-11ea-4e8b-ba67-2d453cb44176",
            "gambit_id": "909d3fdf-c112-4a82-9812-bc0a351eebde",
            "last_updated": "2023-04-09T11:37:24.180942-04:00",
            "created_at": "2023-04-08T09:01:58.020405-04:00",
            "name": "SEA (M Gonzales)",
            "reward": "2.19000",
            "odds": "2.24000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caa319ab-68c7-47cd-9c8b-e7afc8215ef9/?format=api"
        }
    ]
}