GET /api/bet_types/74de631e-7f29-475c-880e-e78621a353f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74de631e-7f29-475c-880e-e78621a353f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dc1b4bf-abdc-4852-a186-fe2852a8601f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T09:28:22.684097-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": "MIN (B Ober)",
                "amount": 5299.0
            },
            {
                "team": "DET (M Lorenzen)",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9590.04,
        "profit_sb": 90.04,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa3f243f-71f9-4628-b587-80d584e06649",
            "gambit_id": "e826e82d-fff6-45bf-abc7-8d0dabe2c6a9",
            "last_updated": "2023-06-26T23:08:01.864634-04:00",
            "created_at": "2023-06-25T09:28:22.686044-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74de631e-7f29-475c-880e-e78621a353f7/?format=api"
        },
        {
            "id": "6af095b5-2a83-4942-ba57-c546beb7a57b",
            "gambit_id": "ce91c795-5a42-418f-a768-fa9380319da0",
            "last_updated": "2023-06-26T23:08:01.866637-04:00",
            "created_at": "2023-06-25T09:28:22.688160-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "2.04000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74de631e-7f29-475c-880e-e78621a353f7/?format=api"
        }
    ]
}