GET /api/bet_types/7911955b-0a34-4e2b-a34d-5cf4ae4e9efb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7911955b-0a34-4e2b-a34d-5cf4ae4e9efb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5050558-9a01-4764-8f25-ccc0be79ea77/?format=api",
    "name": "Play the Odds",
    "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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bc89f06-4818-4e98-b075-858dcdef6051",
            "gambit_id": "517fc887-816e-4289-8f63-7e58dd96cc28",
            "last_updated": "2022-09-09T09:52:13.905276-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7911955b-0a34-4e2b-a34d-5cf4ae4e9efb/?format=api"
        },
        {
            "id": "2bf982fa-d921-43f4-af5c-80ce5e609443",
            "gambit_id": "86fbcafd-975b-4691-99fd-322270ca81a1",
            "last_updated": "2022-09-09T09:52:13.904298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7911955b-0a34-4e2b-a34d-5cf4ae4e9efb/?format=api"
        }
    ]
}