GET /api/bet_types/1180e956-ad6b-4c0e-bc1f-828f2477485b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1180e956-ad6b-4c0e-bc1f-828f2477485b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee729a18-ab44-4004-af46-63b454e0a108/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T09:13:25.469602-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": "NYY",
                "amount": 5423.0
            },
            {
                "team": "COL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ce9f8bf-4a23-47ac-a092-f88573acf7f8",
            "gambit_id": "9370f4f4-68da-42a8-9214-4ffc2ea9d09d",
            "last_updated": "2023-07-17T09:08:02.941229-04:00",
            "created_at": "2023-07-14T09:13:25.470983-04:00",
            "name": "NYY",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1180e956-ad6b-4c0e-bc1f-828f2477485b/?format=api"
        },
        {
            "id": "54951eea-a45b-41eb-8399-fe19ff19dff6",
            "gambit_id": "38cd28c3-c988-40ed-9438-fa77340d04c9",
            "last_updated": "2023-07-17T09:08:02.942563-04:00",
            "created_at": "2023-07-14T09:13:25.472446-04:00",
            "name": "COL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1180e956-ad6b-4c0e-bc1f-828f2477485b/?format=api"
        }
    ]
}