GET /api/bet_types/4a1d978a-a602-4e29-8864-49a07a175e1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a1d978a-a602-4e29-8864-49a07a175e1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/29c39327-2f01-47c5-be16-3608a8936851/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.650187-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": "Anaheim Ducks",
                "amount": 6556.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "37bf0b87-efb2-472b-8665-905d54d30560",
            "gambit_id": "a004c092-d10b-4683-8d22-37b4493e4d7c",
            "last_updated": "2023-01-25T14:12:08.578562-05:00",
            "created_at": "2023-01-24T09:31:52.653051-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1d978a-a602-4e29-8864-49a07a175e1f/?format=api"
        },
        {
            "id": "6b14bab3-fdb8-4859-9359-eb45720c2993",
            "gambit_id": "1010638e-1268-4eb5-a0bf-04e029cb1481",
            "last_updated": "2023-01-25T14:12:08.577108-05:00",
            "created_at": "2023-01-24T09:31:52.651564-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1d978a-a602-4e29-8864-49a07a175e1f/?format=api"
        }
    ]
}