GET /api/bet_types/2bcb56b2-9939-4441-b8e6-f42603db0de1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bcb56b2-9939-4441-b8e6-f42603db0de1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7db02b5-a864-4141-9124-0c1363f149cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:56.628083-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": "OAK",
                "amount": 5421.0
            },
            {
                "team": "KAN",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "644db922-ba20-4002-8a2e-35db4a528b7b",
            "gambit_id": "fe950e7a-645a-4ffa-828c-45364a9c75e3",
            "last_updated": "2023-05-07T11:57:18.692321-04:00",
            "created_at": "2023-05-06T11:51:56.631419-04:00",
            "name": "OAK",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcb56b2-9939-4441-b8e6-f42603db0de1/?format=api"
        },
        {
            "id": "9a17bd6a-8836-4cc9-8cbf-7919f01d4c9f",
            "gambit_id": "9210146b-6d6a-4bc5-a327-d926f3447180",
            "last_updated": "2023-05-07T11:57:18.690949-04:00",
            "created_at": "2023-05-06T11:51:56.629821-04:00",
            "name": "KAN",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcb56b2-9939-4441-b8e6-f42603db0de1/?format=api"
        }
    ]
}