GET /api/bet_types/7b9f6b94-c4ac-4aa7-98a7-944f61cac9e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b9f6b94-c4ac-4aa7-98a7-944f61cac9e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a706517-35de-43ce-8eb2-dec324d9d6e9/?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": "ARI",
                "amount": 5906.0
            },
            {
                "team": "MIL",
                "amount": 4094.0
            }
        ],
        "expected_reward_tokens": 9211.5,
        "profit_sb": 211.5,
        "profit_sb_percentage": 2.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a4bf552-5838-4838-80a3-81667e0fa48e",
            "gambit_id": "fd8d0349-be87-4829-8681-92af85f123c3",
            "last_updated": "2022-09-03T18:57:15.338080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9f6b94-c4ac-4aa7-98a7-944f61cac9e7/?format=api"
        },
        {
            "id": "b2aa1045-9986-4a7c-85ff-e371c7f75c3e",
            "gambit_id": "04c975cd-ec3d-421b-b349-2b23f5545f32",
            "last_updated": "2022-09-03T18:57:15.339026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b9f6b94-c4ac-4aa7-98a7-944f61cac9e7/?format=api"
        }
    ]
}