GET /api/bet_types/bd75b38b-5933-4527-b9da-6653f9a1c180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd75b38b-5933-4527-b9da-6653f9a1c180",
    "match": "https://api-prod.gambitprofit.com/api/matches/49fa1832-21f0-4839-8052-877366113d03/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:06.236105-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": "MIL (C Rea)",
                "amount": 5980.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3687656-54a5-4233-8024-a9c97266e2b6",
            "gambit_id": "770cb78f-5923-47a4-9b5f-692d12da91bb",
            "last_updated": "2023-05-15T11:36:59.900012-04:00",
            "created_at": "2023-05-14T10:57:06.238163-04:00",
            "name": "MIL (C Rea)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd75b38b-5933-4527-b9da-6653f9a1c180/?format=api"
        },
        {
            "id": "4a1aec67-201b-400e-a312-8ac1f200cca4",
            "gambit_id": "0e525bed-937d-419e-b348-49e439fe6030",
            "last_updated": "2023-05-15T11:36:59.901626-04:00",
            "created_at": "2023-05-14T10:57:06.240760-04:00",
            "name": "KAN (J Lyles)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd75b38b-5933-4527-b9da-6653f9a1c180/?format=api"
        }
    ]
}