GET /api/bet_types/f5b36183-4194-4577-9a2e-ec017f87f2ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5b36183-4194-4577-9a2e-ec017f87f2ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a5f90d1-0cbb-4276-994f-daed7ea58c9c/?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": "Fresno State",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b3c4173-31e7-4b9b-a15e-94aef659798c",
            "gambit_id": "62b9d035-09ff-4340-91d8-5b321c9dc42e",
            "last_updated": "2022-10-02T20:07:01.123496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b36183-4194-4577-9a2e-ec017f87f2ed/?format=api"
        },
        {
            "id": "6b84df9d-4b27-4162-b99e-a169b358ade6",
            "gambit_id": "4e9dd3f1-9406-4bf4-b74e-16c78cab6cc3",
            "last_updated": "2022-10-02T20:07:01.122490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b36183-4194-4577-9a2e-ec017f87f2ed/?format=api"
        }
    ]
}