GET /api/bet_types/b6fdb0b1-2d7a-4955-8194-5d3ec0cade34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6fdb0b1-2d7a-4955-8194-5d3ec0cade34",
    "match": "https://api-prod.gambitprofit.com/api/matches/336cb8e0-af26-4ea2-a104-c3d3451b2ae8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:12.208151-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": "PIT",
                "amount": 5421.0
            },
            {
                "team": "STL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "57aafd8b-5713-4f66-85ac-444c549e2b1f",
            "gambit_id": "3062cbe7-c44c-4a58-b617-848a96ded60b",
            "last_updated": "2023-06-05T10:57:22.320479-04:00",
            "created_at": "2023-06-03T11:22:12.213436-04:00",
            "name": "PIT",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6fdb0b1-2d7a-4955-8194-5d3ec0cade34/?format=api"
        },
        {
            "id": "18606485-89ae-4306-beab-ae962ea779d9",
            "gambit_id": "f53ffd91-5878-48b4-8670-620ba13b326d",
            "last_updated": "2023-06-05T10:57:22.316751-04:00",
            "created_at": "2023-06-03T11:22:12.211058-04:00",
            "name": "STL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6fdb0b1-2d7a-4955-8194-5d3ec0cade34/?format=api"
        }
    ]
}