GET /api/bet_types/0ac2351e-1648-4eb0-bcfc-e3ce094d284c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ac2351e-1648-4eb0-bcfc-e3ce094d284c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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": "Stanford",
                "amount": 5000.0
            },
            {
                "team": "Oregon",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "9253d63f-091c-4a0b-b10d-b79166d02b0c",
            "gambit_id": "2de107ee-04e0-44e3-819e-9f6cf1b5f421",
            "last_updated": "2022-10-03T11:22:20.789334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac2351e-1648-4eb0-bcfc-e3ce094d284c/?format=api"
        },
        {
            "id": "bdd29861-8059-4ad4-979f-feb2cd080132",
            "gambit_id": "ebba66af-efeb-45c1-b123-0df7765ac674",
            "last_updated": "2022-10-03T11:22:20.788314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac2351e-1648-4eb0-bcfc-e3ce094d284c/?format=api"
        }
    ]
}