GET /api/bet_types/c16f5d7d-5f27-4021-b304-0de03a7f2a05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c16f5d7d-5f27-4021-b304-0de03a7f2a05",
    "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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": "Mississippi State",
                "amount": 5000.0
            },
            {
                "team": "Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7797a53c-430b-4c0c-9ca0-5ed97911b656",
            "gambit_id": "100af49c-1c92-45c0-86e7-be0c14789664",
            "last_updated": "2022-10-17T09:56:54.786656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16f5d7d-5f27-4021-b304-0de03a7f2a05/?format=api"
        },
        {
            "id": "0179d4f0-4042-4f23-b84a-c1bf81dfc5a1",
            "gambit_id": "1c1325d1-035d-46d3-abeb-56fe55eba225",
            "last_updated": "2022-10-17T09:56:54.785702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16f5d7d-5f27-4021-b304-0de03a7f2a05/?format=api"
        }
    ]
}