GET /api/bet_types/0d2a7b17-8886-4b7b-bfc5-58d9da264f4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d2a7b17-8886-4b7b-bfc5-58d9da264f4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9093b35b-2cc0-451e-b16e-f03d813243a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:18.325956-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": "BOS",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc0ad3e2-825c-43cb-9880-7ebeb067f57a",
            "gambit_id": "068aea6d-7532-4382-8965-5da43a00907e",
            "last_updated": "2023-04-12T09:56:58.811351-04:00",
            "created_at": "2023-04-11T09:02:18.331437-04:00",
            "name": "BOS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d2a7b17-8886-4b7b-bfc5-58d9da264f4b/?format=api"
        },
        {
            "id": "f933bb38-c836-49be-8137-3b92d5bca2b5",
            "gambit_id": "0afab6a0-4f4d-4187-94a1-79c5e3891e61",
            "last_updated": "2023-04-12T09:56:58.809001-04:00",
            "created_at": "2023-04-11T09:02:18.328742-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d2a7b17-8886-4b7b-bfc5-58d9da264f4b/?format=api"
        }
    ]
}