GET /api/bet_types/e0f19538-18f2-4917-802a-2bdd086bd68d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0f19538-18f2-4917-802a-2bdd086bd68d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c87c8910-e5e1-4ee0-abd1-33bc49b3bb18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:11.141937-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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "Northern Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6d38d75-3819-4227-92ba-16c6c0afca29",
            "gambit_id": "7a789db1-5595-489a-aa2e-2dafb7d56705",
            "last_updated": "2023-03-17T10:37:20.910122-04:00",
            "created_at": "2023-03-14T19:52:11.143491-04:00",
            "name": "Houston",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f19538-18f2-4917-802a-2bdd086bd68d/?format=api"
        },
        {
            "id": "69b6237e-4cf7-4d4f-b92b-7a681667c594",
            "gambit_id": "b52530c4-93cb-4fa2-8732-930b5c96fca3",
            "last_updated": "2023-03-17T10:37:20.911157-04:00",
            "created_at": "2023-03-14T19:52:11.145043-04:00",
            "name": "Northern Kentucky",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "19.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f19538-18f2-4917-802a-2bdd086bd68d/?format=api"
        }
    ]
}