GET /api/bet_types/46918a93-2076-47e1-9423-cc5b98691973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46918a93-2076-47e1-9423-cc5b98691973",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b60e084-91ab-4c48-8163-55fa8cf903ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-11T08:48:21.475932-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": "MIA",
                "amount": 6232.0
            },
            {
                "team": "MIL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fc9eb29-afd8-4f4c-b65c-31c7e7938667",
            "gambit_id": "9ecffe3d-b161-4306-8d34-e6fdeb2afd4c",
            "last_updated": "2023-09-12T13:43:02.496186-04:00",
            "created_at": "2023-09-11T08:48:21.480948-04:00",
            "name": "MIA",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46918a93-2076-47e1-9423-cc5b98691973/?format=api"
        },
        {
            "id": "8981a5ef-7a4d-43b6-af84-d38926d7d2fe",
            "gambit_id": "ffe20ea1-f165-43fb-ba04-4dd6a833f567",
            "last_updated": "2023-09-12T13:43:02.499866-04:00",
            "created_at": "2023-09-11T08:48:21.485964-04:00",
            "name": "MIL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46918a93-2076-47e1-9423-cc5b98691973/?format=api"
        }
    ]
}