GET /api/bet_types/98a15d41-7f08-4f11-a0ac-275532df0c11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98a15d41-7f08-4f11-a0ac-275532df0c11",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb55f21a-4774-4c31-866a-b611e97d8d51/?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": "Oklahoma State",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "af466eb6-a7c5-4b90-8239-5dc1a7b92284",
            "gambit_id": "d44bb114-8f52-4952-bedc-546274c05bee",
            "last_updated": "2022-09-11T09:57:38.604682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a15d41-7f08-4f11-a0ac-275532df0c11/?format=api"
        },
        {
            "id": "544e8fde-33a7-4ce4-afc8-c647cfae9a06",
            "gambit_id": "e61a9569-0f31-4f59-9dfe-de026c7839fe",
            "last_updated": "2022-09-11T09:57:38.607861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98a15d41-7f08-4f11-a0ac-275532df0c11/?format=api"
        }
    ]
}