GET /api/bet_types/ff38c35a-f9de-45f1-8f4f-7180c042949f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff38c35a-f9de-45f1-8f4f-7180c042949f",
    "match": "https://api-prod.gambitprofit.com/api/matches/563b5266-bafe-4e5f-b799-ac82bcc46263/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:02.013434-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": "STL",
                "amount": 5867.0
            },
            {
                "team": "SEA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "a968b058-2d8d-4613-8f95-17e0e1d73231",
            "gambit_id": "f736866f-14a6-4295-a247-bc53bce8412e",
            "last_updated": "2023-04-23T12:41:54.091802-04:00",
            "created_at": "2023-04-22T13:07:02.018316-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff38c35a-f9de-45f1-8f4f-7180c042949f/?format=api"
        },
        {
            "id": "5c41cb7a-366c-4efc-b1cb-577ff72989cf",
            "gambit_id": "cbb99c51-5680-4f44-af5c-f8a9c060d49a",
            "last_updated": "2023-04-23T12:41:54.090292-04:00",
            "created_at": "2023-04-22T13:07:02.015849-04:00",
            "name": "SEA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff38c35a-f9de-45f1-8f4f-7180c042949f/?format=api"
        }
    ]
}