GET /api/bet_types/5219c472-1a5a-48c0-b429-ba4157f113a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5219c472-1a5a-48c0-b429-ba4157f113a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7b16b6f-4fa1-4a16-bfff-e076df214a10/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:01.034908-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": "Chicago Blackhawks",
                "amount": 6025.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9be52a4-43f9-4e1a-8b78-aa4bcd4a66a4",
            "gambit_id": "17682842-140a-43e0-a6eb-f4b409f618ca",
            "last_updated": "2023-03-01T09:42:12.317648-05:00",
            "created_at": "2023-02-28T12:37:01.037371-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5219c472-1a5a-48c0-b429-ba4157f113a0/?format=api"
        },
        {
            "id": "b77cf0fc-5a6d-48da-90d9-e43aab7312bd",
            "gambit_id": "aae76e65-098c-45d3-b5ce-9e9a9407b193",
            "last_updated": "2023-03-01T09:42:12.316498-05:00",
            "created_at": "2023-02-28T12:37:01.036116-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5219c472-1a5a-48c0-b429-ba4157f113a0/?format=api"
        }
    ]
}