GET /api/bet_types/3aec091c-1f60-4d16-8b8b-e55d35118817/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3aec091c-1f60-4d16-8b8b-e55d35118817",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a87bc9b-5bf9-4d80-a30d-1717e9b14458/?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": "Toledo",
                "amount": 5000.0
            },
            {
                "team": "Ball State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fec38502-4222-4bcf-b7ba-4e94ebbf7bdc",
            "gambit_id": "2aa0f963-a7d5-4cfa-83dd-44411186824c",
            "last_updated": "2022-11-09T09:48:33.280271-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aec091c-1f60-4d16-8b8b-e55d35118817/?format=api"
        },
        {
            "id": "3cb2326b-b049-411c-a70e-4e6bc911959b",
            "gambit_id": "25a44252-0973-4729-b8cd-cb9e120efbbe",
            "last_updated": "2022-11-09T09:48:33.281285-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aec091c-1f60-4d16-8b8b-e55d35118817/?format=api"
        }
    ]
}