GET /api/bet_types/7fd4d71e-afdc-433c-9d02-0ebb4b7ada18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fd4d71e-afdc-433c-9d02-0ebb4b7ada18",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed34f7b-917a-4690-834b-0bbb6621cc62/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 6943.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3057.0
            }
        ],
        "expected_reward_tokens": 9232.14,
        "profit_sb": 232.14,
        "profit_sb_percentage": 2.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fe49ac4-308b-474d-89e2-fb0e29833171",
            "gambit_id": "a8170fb8-a988-4a09-b86f-0518ccf4a315",
            "last_updated": "2022-11-11T21:27:15.655840-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fd4d71e-afdc-433c-9d02-0ebb4b7ada18/?format=api"
        },
        {
            "id": "afb8d785-f1ba-4f91-8762-9c2aa19334f7",
            "gambit_id": "c53f06fc-cd36-4c54-b758-a85d85bfd617",
            "last_updated": "2022-11-11T21:27:15.656882-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.02000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fd4d71e-afdc-433c-9d02-0ebb4b7ada18/?format=api"
        }
    ]
}