GET /api/bet_types/63965c82-ce8b-4ac1-a1ed-71309ba9f657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63965c82-ce8b-4ac1-a1ed-71309ba9f657",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bed45c1-7e0f-47b1-9792-f180b7c8f450/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:18.472479-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": "BAL",
                "amount": 5857.0
            },
            {
                "team": "TOR",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "746dd1e9-ba1c-4d50-86af-b9a9edae153d",
            "gambit_id": "d8bd3f88-8bad-4481-bac3-8519f584c6f6",
            "last_updated": "2023-08-30T11:03:21.424485-04:00",
            "created_at": "2023-08-23T08:33:18.483132-04:00",
            "name": "BAL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63965c82-ce8b-4ac1-a1ed-71309ba9f657/?format=api"
        },
        {
            "id": "5fa3a649-519f-4c71-a785-dcc1757068db",
            "gambit_id": "6eafa02f-2b73-472d-8063-cfb837228563",
            "last_updated": "2023-08-30T11:03:21.420939-04:00",
            "created_at": "2023-08-23T08:33:18.477111-04:00",
            "name": "TOR",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63965c82-ce8b-4ac1-a1ed-71309ba9f657/?format=api"
        }
    ]
}