GET /api/bet_types/74680b9d-54b5-4fc7-94d9-606d53b5f8a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74680b9d-54b5-4fc7-94d9-606d53b5f8a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89e7a75-1fd2-4be0-978c-d885976614f8/?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": "Auburn",
                "amount": 5000.0
            },
            {
                "team": "Georgia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0eab2cb5-d1ff-422b-bf62-ac71dbddc4ab",
            "gambit_id": "dbcf2622-95a4-4935-ae16-26b639079e73",
            "last_updated": "2022-10-11T11:12:30.982957-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74680b9d-54b5-4fc7-94d9-606d53b5f8a0/?format=api"
        },
        {
            "id": "6caaad44-4a32-46a6-8231-a5109d086c02",
            "gambit_id": "bdd4f3e2-8f8e-4b48-ae4c-5687dfc28a00",
            "last_updated": "2022-10-11T11:12:30.981871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-28.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74680b9d-54b5-4fc7-94d9-606d53b5f8a0/?format=api"
        }
    ]
}