GET /api/bet_types/6aebdd60-1cea-49be-ae2b-bf4a3a20252f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aebdd60-1cea-49be-ae2b-bf4a3a20252f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a1e134d-5b02-4f39-bfb6-264ffa2706ae/?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": "Iowa",
                "amount": 5000.0
            },
            {
                "team": "Iowa State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b21196a-42db-428f-bd96-074764658dae",
            "gambit_id": "40644145-13ca-4c52-a90d-d6c54259273e",
            "last_updated": "2022-09-11T10:47:31.888980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aebdd60-1cea-49be-ae2b-bf4a3a20252f/?format=api"
        },
        {
            "id": "4d6c6bc2-606f-4d38-87c7-2e3f6a9f7dd5",
            "gambit_id": "3c25bdbb-be03-42ef-9060-171d8655cbd2",
            "last_updated": "2022-09-11T10:47:31.890020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aebdd60-1cea-49be-ae2b-bf4a3a20252f/?format=api"
        }
    ]
}