GET /api/bet_types/614abc7e-9902-48cb-aedd-34c65da7ee6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "614abc7e-9902-48cb-aedd-34c65da7ee6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cef341ca-7ccc-4c06-a478-671a1ff90c06/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:14.962273-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7a87058-a8a9-4c48-a1c3-a93319440f7b",
            "gambit_id": "12b9e123-c8c4-427f-90a2-77d381982d83",
            "last_updated": "2023-12-23T21:08:17.740933-05:00",
            "created_at": "2023-12-22T10:13:14.966575-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614abc7e-9902-48cb-aedd-34c65da7ee6a/?format=api"
        },
        {
            "id": "f756e51f-f5a7-462a-b695-ed9024308f39",
            "gambit_id": "86da2453-08c2-470f-98ed-00e414b68648",
            "last_updated": "2023-12-23T21:08:17.744235-05:00",
            "created_at": "2023-12-22T10:13:14.971540-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/614abc7e-9902-48cb-aedd-34c65da7ee6a/?format=api"
        }
    ]
}