GET /api/bet_types/1a25369b-ab43-4d3d-a7b2-0310fb8f640f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a25369b-ab43-4d3d-a7b2-0310fb8f640f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b564d7a-ced1-4e00-a121-41d1f5e6c867/?format=api",
    "name": "Play the Odds",
    "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": "Ottawa Senators",
                "amount": 6389.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "11603371-c5f5-4ab9-90f9-ef593939c951",
            "gambit_id": "fc4bfffe-3ebe-4aa3-bae1-dd6458e00f21",
            "last_updated": "2022-12-12T09:47:36.739975-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25369b-ab43-4d3d-a7b2-0310fb8f640f/?format=api"
        },
        {
            "id": "27972ce6-cb8c-43fd-ae6e-f76e499e4ba3",
            "gambit_id": "be2123fd-0243-4d04-8394-0926591d0222",
            "last_updated": "2022-12-12T09:47:36.738887-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25369b-ab43-4d3d-a7b2-0310fb8f640f/?format=api"
        }
    ]
}