GET /api/bet_types/7874a51a-6346-42f5-a587-7b5c86e3f2af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7874a51a-6346-42f5-a587-7b5c86e3f2af",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2aeb85-5257-4381-83f3-02dbcbcd7cda/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:08.472196-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": "OAK",
                "amount": 5421.0
            },
            {
                "team": "CHC",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "32451566-95a9-4b74-9d19-a72fb4efeaf4",
            "gambit_id": "33fa2a9a-b451-44d0-8c3c-af5990e380cb",
            "last_updated": "2023-04-20T11:42:19.932078-04:00",
            "created_at": "2023-04-19T12:17:08.474604-04:00",
            "name": "OAK",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7874a51a-6346-42f5-a587-7b5c86e3f2af/?format=api"
        },
        {
            "id": "bf6cd33c-4092-4a32-99d7-fcbf164cfe67",
            "gambit_id": "d8ac7a33-c545-45ae-8f5c-56459d706bce",
            "last_updated": "2023-04-20T11:42:19.934590-04:00",
            "created_at": "2023-04-19T12:17:08.476948-04:00",
            "name": "CHC",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7874a51a-6346-42f5-a587-7b5c86e3f2af/?format=api"
        }
    ]
}