GET /api/bet_types/6d7e7678-8d56-40d7-a614-7ff5dc9baf8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7e7678-8d56-40d7-a614-7ff5dc9baf8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a341404b-68c7-4a8b-af1f-1e792628e7ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:21.252109-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": 6090.0
            },
            {
                "team": "CIN",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "53c69335-c007-4baf-8f45-ac7014061f52",
            "gambit_id": "1e854d7e-eb65-44d2-9f43-02cd67494020",
            "last_updated": "2023-05-05T21:37:00.334196-04:00",
            "created_at": "2023-04-28T11:22:21.253543-04:00",
            "name": "OAK",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e7678-8d56-40d7-a614-7ff5dc9baf8c/?format=api"
        },
        {
            "id": "f653048f-de51-4f53-9430-c6de1c2434dc",
            "gambit_id": "017608ff-d73b-4b26-90ef-5914483dd8ef",
            "last_updated": "2023-05-05T21:37:00.335685-04:00",
            "created_at": "2023-04-28T11:22:21.255015-04:00",
            "name": "CIN",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e7678-8d56-40d7-a614-7ff5dc9baf8c/?format=api"
        }
    ]
}