GET /api/bet_types/340a5d8a-8938-4d1a-8c83-f9486b2ef8a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "340a5d8a-8938-4d1a-8c83-f9486b2ef8a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b667b66a-a038-4728-9f95-566c4b924e4f/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:10.691837-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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d25ab9ca-b4cf-4a06-a6f2-2bb1f0cc45f9",
            "gambit_id": "dab1d40d-dce1-4045-b659-0bd25df4521c",
            "last_updated": "2022-12-25T18:17:07.766843-05:00",
            "created_at": "2022-12-23T12:47:10.694308-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340a5d8a-8938-4d1a-8c83-f9486b2ef8a3/?format=api"
        },
        {
            "id": "02316bcf-b172-435f-a1ed-a6614a8f4b1c",
            "gambit_id": "165105f3-2d57-48b8-8605-624b5cf09118",
            "last_updated": "2022-12-25T18:17:07.765605-05:00",
            "created_at": "2022-12-23T12:47:10.693040-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340a5d8a-8938-4d1a-8c83-f9486b2ef8a3/?format=api"
        }
    ]
}