GET /api/bet_types/865bc10a-98fb-49c6-944b-3906fb234644/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "865bc10a-98fb-49c6-944b-3906fb234644",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f048f9b-486f-4625-a577-b1fa3918ff38/?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": "Utah State",
                "amount": 5000.0
            },
            {
                "team": "San Jose State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ec7f0d9-6cf8-4be6-807b-3743f39b450e",
            "gambit_id": "cdd76f21-025b-430c-aefc-811b656953ec",
            "last_updated": "2022-11-21T09:43:37.840758-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865bc10a-98fb-49c6-944b-3906fb234644/?format=api"
        },
        {
            "id": "6141ea8b-20da-405a-99aa-cc0dcb852077",
            "gambit_id": "44ee8961-43e0-4fc4-84a1-faf6654b9d51",
            "last_updated": "2022-11-21T09:43:37.841730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865bc10a-98fb-49c6-944b-3906fb234644/?format=api"
        }
    ]
}