GET /api/bet_types/0dcd2711-72b3-434c-9b20-3c7261ce9123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dcd2711-72b3-434c-9b20-3c7261ce9123",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f71ac37-6091-4944-b150-b97536d736bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:07.653845-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": "COL",
                "amount": 5317.0
            },
            {
                "team": "NYM",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5584d481-5466-4416-b94e-d0a37df11b1a",
            "gambit_id": "bc63834e-81dc-4e19-9a22-def25a2af065",
            "last_updated": "2023-05-08T11:47:06.201637-04:00",
            "created_at": "2023-05-07T11:57:07.658668-04:00",
            "name": "COL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dcd2711-72b3-434c-9b20-3c7261ce9123/?format=api"
        },
        {
            "id": "610671c4-697f-49a7-8989-514c1612bbb1",
            "gambit_id": "bf7da483-099d-4a30-85da-8ed58aac0166",
            "last_updated": "2023-05-08T11:47:06.199971-04:00",
            "created_at": "2023-05-07T11:57:07.656331-04:00",
            "name": "NYM",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dcd2711-72b3-434c-9b20-3c7261ce9123/?format=api"
        }
    ]
}