GET /api/bet_types/c9bbac85-1aca-483b-b16d-36d199ed3dbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9bbac85-1aca-483b-b16d-36d199ed3dbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/adc4e820-d8f2-4039-bb28-b613c7410a1f/?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": "OAK",
                "amount": 5096.0
            },
            {
                "team": "BAL",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "3160749a-b321-4cd8-8859-20a2e063e4f7",
            "gambit_id": "ed577860-2ef9-466e-b1c4-bad289b0c158",
            "last_updated": "2022-09-05T10:21:59.538654-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bbac85-1aca-483b-b16d-36d199ed3dbe/?format=api"
        },
        {
            "id": "44b5c793-46ad-4c1d-8c0b-256e6ecfa900",
            "gambit_id": "04b4ce26-fbf6-411c-a878-374df7725c2b",
            "last_updated": "2022-09-05T10:21:59.537668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bbac85-1aca-483b-b16d-36d199ed3dbe/?format=api"
        }
    ]
}