GET /api/bet_types/d55a45a9-a6d2-4147-afa2-2650f39eb9b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d55a45a9-a6d2-4147-afa2-2650f39eb9b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5da05c55-a9a0-43e2-8a87-fe440bf7d47c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:58.770004-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": "MIA",
                "amount": 6554.0
            },
            {
                "team": "STL",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6bbc3f5-8891-4623-a277-792ed30dd76a",
            "gambit_id": "cc3cacbd-44f7-4f99-96ae-a9e7c9be4cf0",
            "last_updated": "2023-07-18T22:08:26.183261-04:00",
            "created_at": "2023-07-17T11:42:58.771550-04:00",
            "name": "MIA",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d55a45a9-a6d2-4147-afa2-2650f39eb9b5/?format=api"
        },
        {
            "id": "21972832-13d4-4833-babf-5c425583e4a3",
            "gambit_id": "86ba143e-2b27-4305-b3af-659f582d8e04",
            "last_updated": "2023-07-18T22:08:26.184646-04:00",
            "created_at": "2023-07-17T11:42:58.773119-04:00",
            "name": "STL",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d55a45a9-a6d2-4147-afa2-2650f39eb9b5/?format=api"
        }
    ]
}