GET /api/bet_types/d75e5424-1543-46f7-b82e-6ae76408a497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d75e5424-1543-46f7-b82e-6ae76408a497",
    "match": "https://api-prod.gambitprofit.com/api/matches/bdb890d9-dac8-4f13-ab81-50b92848f221/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:51.493767-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": "TAM",
                "amount": 6324.0
            },
            {
                "team": "NYM",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "59d6349d-cfce-42e1-90eb-6c1df187f070",
            "gambit_id": "5c00fd09-2f44-4216-bfaf-8d1ecaaa8ceb",
            "last_updated": "2023-05-18T11:47:20.190335-04:00",
            "created_at": "2023-05-17T11:06:51.497593-04:00",
            "name": "TAM",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75e5424-1543-46f7-b82e-6ae76408a497/?format=api"
        },
        {
            "id": "6c07fc6a-b21b-486b-981e-0b8edbdfef98",
            "gambit_id": "164b7513-4abf-44e7-998f-ef8504fa7b2d",
            "last_updated": "2023-05-18T11:47:20.188792-04:00",
            "created_at": "2023-05-17T11:06:51.495706-04:00",
            "name": "NYM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75e5424-1543-46f7-b82e-6ae76408a497/?format=api"
        }
    ]
}