GET /api/bet_types/23503302-5fbc-46f1-a7e5-6cf9eae27593/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23503302-5fbc-46f1-a7e5-6cf9eae27593",
    "match": "https://api-prod.gambitprofit.com/api/matches/11876486-7c9f-46c2-9095-4cbf363188f2/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "65953062-2fb2-4bae-a0d0-99b5bbeacca5",
            "gambit_id": "bc08ae70-c1f3-421d-87a3-5096acc1a03d",
            "last_updated": "2022-11-06T20:22:30.969327-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23503302-5fbc-46f1-a7e5-6cf9eae27593/?format=api"
        },
        {
            "id": "8ab24660-4238-4cd8-bf48-8b3218fd8df5",
            "gambit_id": "526b2b82-b1db-42f7-b053-a3d97b6547ba",
            "last_updated": "2022-11-06T20:22:30.970267-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23503302-5fbc-46f1-a7e5-6cf9eae27593/?format=api"
        }
    ]
}