GET /api/bet_types/c9844131-75eb-4d63-9b5b-f3721dfc63b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9844131-75eb-4d63-9b5b-f3721dfc63b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c04838-3ace-432b-b9d6-8e41d965083b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:19.532970-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": "TOR",
                "amount": 6399.0
            },
            {
                "team": "MIA",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3bdc32e-46b4-4308-a895-3dd03cf71736",
            "gambit_id": "00f2086c-2c6a-447c-97f4-e66fbcbd91f0",
            "last_updated": "2023-06-22T10:23:03.457554-04:00",
            "created_at": "2023-06-20T08:33:19.535102-04:00",
            "name": "TOR",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9844131-75eb-4d63-9b5b-f3721dfc63b2/?format=api"
        },
        {
            "id": "72acd551-1a2e-4b2d-a800-21284e31d311",
            "gambit_id": "3241bf05-727c-4eb2-a604-f6d5fd0f2636",
            "last_updated": "2023-06-22T10:23:03.461038-04:00",
            "created_at": "2023-06-20T08:33:19.537116-04:00",
            "name": "MIA",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9844131-75eb-4d63-9b5b-f3721dfc63b2/?format=api"
        }
    ]
}