GET /api/bet_types/f9e9a8f8-dd31-4a61-86b7-0b725616f59a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9e9a8f8-dd31-4a61-86b7-0b725616f59a",
    "match": "https://api-prod.gambitprofit.com/api/matches/52ac6538-825f-46fd-9e9e-4e67c64bcb32/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T09:43:00.108448-04: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": "BAL",
                "amount": 5939.0
            },
            {
                "team": "BOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7344d76d-bd3e-4c6c-9c02-4bcaa776aafc",
            "gambit_id": "1b7bc520-e69b-4233-92d9-ca79194dcb82",
            "last_updated": "2023-09-10T20:23:03.388974-04:00",
            "created_at": "2023-09-09T09:43:00.113468-04:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e9a8f8-dd31-4a61-86b7-0b725616f59a/?format=api"
        },
        {
            "id": "f5521eda-53c8-4b67-a274-491a833f7c69",
            "gambit_id": "41a4f2ad-d540-4dcb-a642-f7d089dec565",
            "last_updated": "2023-09-10T20:23:03.392740-04:00",
            "created_at": "2023-09-09T09:43:00.118532-04:00",
            "name": "BOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e9a8f8-dd31-4a61-86b7-0b725616f59a/?format=api"
        }
    ]
}