GET /api/bet_types/1874e349-0dde-4562-821a-2b2e1ad67fdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1874e349-0dde-4562-821a-2b2e1ad67fdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/75377a8b-fe2d-4113-914e-110ce5070ba1/?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": "LOS",
                "amount": 5096.0
            },
            {
                "team": "SFO",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "40c53368-60a9-4ae3-8876-b6a46685313d",
            "gambit_id": "d7eaee63-5503-4da6-9aeb-70e794c5c8f5",
            "last_updated": "2022-09-06T09:22:12.076918-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1874e349-0dde-4562-821a-2b2e1ad67fdc/?format=api"
        },
        {
            "id": "c91135cd-b820-46da-9ff0-3465e61aa52c",
            "gambit_id": "e1b76788-bf58-49d7-a94e-1cb158cf2d6d",
            "last_updated": "2022-09-06T09:22:12.077896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1874e349-0dde-4562-821a-2b2e1ad67fdc/?format=api"
        }
    ]
}