GET /api/bet_types/48c3cf5b-51db-4d63-9552-02c93bb11bd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48c3cf5b-51db-4d63-9552-02c93bb11bd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9aba50a-e721-40a0-a2ea-2f3bb5ee4ed3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T13:13:16.484840-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": "NYM",
                "amount": 5857.0
            },
            {
                "team": "STL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "629f83b4-db09-416a-864f-25fc660409e6",
            "gambit_id": "a444fb24-9857-47d5-8a02-7bb59b591bae",
            "last_updated": "2023-08-21T10:13:12.762439-04:00",
            "created_at": "2023-08-18T13:13:16.488638-04:00",
            "name": "NYM",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c3cf5b-51db-4d63-9552-02c93bb11bd2/?format=api"
        },
        {
            "id": "45602e73-4a91-4df6-b577-4487fcaaeb2c",
            "gambit_id": "fc47b31c-424f-4480-aed0-3aa96cf356e4",
            "last_updated": "2023-08-21T10:13:12.766000-04:00",
            "created_at": "2023-08-18T13:13:16.494255-04:00",
            "name": "STL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c3cf5b-51db-4d63-9552-02c93bb11bd2/?format=api"
        }
    ]
}