GET /api/bet_types/4428e69a-2db4-4561-b4f8-bad1929189e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4428e69a-2db4-4561-b4f8-bad1929189e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddd59550-20c1-4d70-bdbb-94044b9b79d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:59.036357-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dffa2107-84a6-499e-a9a0-ab4a5eb3f9c2",
            "gambit_id": "f1b29441-9444-4986-9eda-cc490b2f67e2",
            "last_updated": "2023-01-15T15:32:18.531979-05:00",
            "created_at": "2023-01-14T08:26:59.042199-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4428e69a-2db4-4561-b4f8-bad1929189e9/?format=api"
        },
        {
            "id": "75743403-23b8-4749-a454-d6acd19e3731",
            "gambit_id": "329a8979-cf6c-4562-86b4-57bc89e670c0",
            "last_updated": "2023-01-15T15:32:18.529567-05:00",
            "created_at": "2023-01-14T08:26:59.039223-05:00",
            "name": "Utah Jazz",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4428e69a-2db4-4561-b4f8-bad1929189e9/?format=api"
        }
    ]
}