GET /api/bet_types/80c31d77-1727-4ca7-839f-1d7f4992763a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80c31d77-1727-4ca7-839f-1d7f4992763a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f85aac0a-96d9-49bb-bccf-54a450f19b04/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:20.130143-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": "Montreal Canadiens",
                "amount": 6546.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "825f3191-8112-445c-8240-4b272be14886",
            "gambit_id": "6ac3d69c-e67f-4822-8743-fc9d64a62c84",
            "last_updated": "2023-11-23T17:43:24.191218-05:00",
            "created_at": "2023-11-22T09:08:20.133661-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c31d77-1727-4ca7-839f-1d7f4992763a/?format=api"
        },
        {
            "id": "624ff1bc-2d51-4f86-b612-65eb9b010e2f",
            "gambit_id": "ed7fd163-58e6-43a5-bb31-d3a568547731",
            "last_updated": "2023-11-23T17:43:24.194438-05:00",
            "created_at": "2023-11-22T09:08:20.138584-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c31d77-1727-4ca7-839f-1d7f4992763a/?format=api"
        }
    ]
}