GET /api/bet_types/0c0cfcd4-48a9-4d2e-84ec-c741d4b2df8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c0cfcd4-48a9-4d2e-84ec-c741d4b2df8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/13ce0d2e-22b8-4237-992c-082e78e5df61/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.005918-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": "New York Jets",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1cda390-02c0-4133-9a38-02e24087c3d8",
            "gambit_id": "0d6bfb47-7bfe-4167-843b-a154bc3cd1bd",
            "last_updated": "2023-01-09T10:06:48.449377-05:00",
            "created_at": "2023-01-05T09:57:12.008388-05:00",
            "name": "New York Jets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0cfcd4-48a9-4d2e-84ec-c741d4b2df8c/?format=api"
        },
        {
            "id": "7d9fdea2-202f-43ca-a5a4-835fe365aeae",
            "gambit_id": "fd795bf0-bbc3-4620-bb98-8d8e8dd75ed3",
            "last_updated": "2023-01-09T10:06:48.448300-05:00",
            "created_at": "2023-01-05T09:57:12.007166-05:00",
            "name": "Miami Dolphins",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0cfcd4-48a9-4d2e-84ec-c741d4b2df8c/?format=api"
        }
    ]
}