GET /api/bet_types/c23a7877-a1ad-4972-8b00-39e0994c1be2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c23a7877-a1ad-4972-8b00-39e0994c1be2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea5a072-d913-4c75-9bda-b36ce7d1b27f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T15:42:02.294814-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": "Vancouver Canucks",
                "amount": 5745.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9019.65,
        "profit_sb": 19.65,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "318e6053-83d7-4d49-93eb-71442515c79c",
            "gambit_id": "799f128e-f4c3-4834-8ce5-7e5907cab394",
            "last_updated": "2023-01-11T10:46:57.355162-05:00",
            "created_at": "2023-01-10T15:42:02.297259-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.57000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23a7877-a1ad-4972-8b00-39e0994c1be2/?format=api"
        },
        {
            "id": "8d32aab6-2b0e-4b3f-bb18-094ce2159c57",
            "gambit_id": "a919631c-68a3-46c1-8d92-b30b73945645",
            "last_updated": "2023-01-11T10:46:57.354054-05:00",
            "created_at": "2023-01-10T15:42:02.295973-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c23a7877-a1ad-4972-8b00-39e0994c1be2/?format=api"
        }
    ]
}