GET /api/bet_types/ebafc8b3-9302-4607-acac-d66a213df2d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebafc8b3-9302-4607-acac-d66a213df2d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c78e814-8991-4cf4-957e-53237892f201/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:11.807310-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": "MIL (W Miley)",
                "amount": 5838.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "86abd588-1f90-48c8-96ac-f641d05a7807",
            "gambit_id": "812d9f58-fcc2-45fe-9c48-80e21196a857",
            "last_updated": "2023-05-05T11:47:08.197832-04:00",
            "created_at": "2023-05-04T10:52:11.810147-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebafc8b3-9302-4607-acac-d66a213df2d9/?format=api"
        },
        {
            "id": "3dd32be3-0403-4a21-a6e2-92ce7d1332fd",
            "gambit_id": "64949c70-c329-4d3b-a074-5353ddc29437",
            "last_updated": "2023-05-05T11:47:08.196272-04:00",
            "created_at": "2023-05-04T10:52:11.808732-04:00",
            "name": "COL (C Seabold)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebafc8b3-9302-4607-acac-d66a213df2d9/?format=api"
        }
    ]
}