GET /api/bet_types/acb15af9-58c8-4d00-b13c-49a8ce753409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acb15af9-58c8-4d00-b13c-49a8ce753409",
    "match": "https://api-prod.gambitprofit.com/api/matches/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?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": "Navy",
                "amount": 5000.0
            },
            {
                "team": "Memphis",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b55c90d-b3eb-420b-82e1-d7c2e1f81684",
            "gambit_id": "3c8d6a6c-eda5-429d-b3bf-ed018c250f60",
            "last_updated": "2022-09-11T10:57:00.215753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb15af9-58c8-4d00-b13c-49a8ce753409/?format=api"
        },
        {
            "id": "3083b652-3f1e-4fa9-b4d4-34dc1c4e2676",
            "gambit_id": "1eeb9657-5658-4557-95d8-60a48df9e49d",
            "last_updated": "2022-09-11T10:57:00.216780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb15af9-58c8-4d00-b13c-49a8ce753409/?format=api"
        }
    ]
}