GET /api/bet_types/191b6e91-ef7c-4e06-b599-769933a6a522/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "191b6e91-ef7c-4e06-b599-769933a6a522",
    "match": "https://api-prod.gambitprofit.com/api/matches/d63222ff-a212-4a69-bf2b-d5b9c4fcf766/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:10.865951-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": "TAM",
                "amount": 5317.0
            },
            {
                "team": "KAN",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "832346ca-da06-4deb-8272-121c4814366e",
            "gambit_id": "1e336718-aad9-402c-aa82-55f43339ac08",
            "last_updated": "2023-06-26T10:23:06.253712-04:00",
            "created_at": "2023-06-23T09:28:10.871390-04:00",
            "name": "TAM",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/191b6e91-ef7c-4e06-b599-769933a6a522/?format=api"
        },
        {
            "id": "004cc65e-c5d5-4bb5-bec1-6cc1880a592c",
            "gambit_id": "5552fd87-066c-4c8b-8831-1e93e1695d8c",
            "last_updated": "2023-06-26T10:23:06.251746-04:00",
            "created_at": "2023-06-23T09:28:10.868528-04:00",
            "name": "KAN",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/191b6e91-ef7c-4e06-b599-769933a6a522/?format=api"
        }
    ]
}