GET /api/bet_types/cca92535-f859-461f-96eb-8a91ddb4d528/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cca92535-f859-461f-96eb-8a91ddb4d528",
    "match": "https://api-prod.gambitprofit.com/api/matches/79a03f52-8113-4a21-915a-9baebda676a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:10.396183-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": "WAS",
                "amount": 5688.0
            },
            {
                "team": "CHC",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "33add133-57d0-4326-a84e-9e4549302a95",
            "gambit_id": "1708cbf6-f52e-497e-8722-f9bf27700ff3",
            "last_updated": "2023-07-20T09:53:26.711201-04:00",
            "created_at": "2023-07-18T08:53:10.397760-04:00",
            "name": "WAS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cca92535-f859-461f-96eb-8a91ddb4d528/?format=api"
        },
        {
            "id": "4b166993-b87c-4d6d-83fd-1644f31c2a7c",
            "gambit_id": "d6f7f87a-7a48-4b66-bb74-50d0a7d8a9eb",
            "last_updated": "2023-07-20T09:53:26.715784-04:00",
            "created_at": "2023-07-18T08:53:10.399449-04:00",
            "name": "CHC",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cca92535-f859-461f-96eb-8a91ddb4d528/?format=api"
        }
    ]
}