GET /api/bet_types/ece6a63d-abc8-476f-8ff8-b9e9309adf3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ece6a63d-abc8-476f-8ff8-b9e9309adf3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f39e6355-ddc1-4e3b-86c9-0d42e401858b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Boise State",
                "amount": 8471.0
            },
            {
                "team": "New Mexico",
                "amount": 1529.0
            }
        ],
        "expected_reward_tokens": 9402.81,
        "profit_sb": 402.81,
        "profit_sb_percentage": 4.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d7d072d-5ed6-4a18-bbb4-81c222f2db74",
            "gambit_id": "7f655634-05af-492b-96d9-28d3c39eb9fc",
            "last_updated": "2022-09-10T12:32:31.575632-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece6a63d-abc8-476f-8ff8-b9e9309adf3f/?format=api"
        },
        {
            "id": "7aae0507-5dca-4440-a58e-ded3b7e5e39e",
            "gambit_id": "edac90ba-0c41-4131-9666-642f1d753d73",
            "last_updated": "2022-09-10T12:32:31.574674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "6.15000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece6a63d-abc8-476f-8ff8-b9e9309adf3f/?format=api"
        }
    ]
}