GET /api/bet_types/e86bb92b-01d0-43e4-93ab-7adb316883d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86bb92b-01d0-43e4-93ab-7adb316883d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c15ea42-0f55-4af6-ab93-10d9fbfd686a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2294f7f4-b497-450c-bfc7-0d871c50b8ec",
            "gambit_id": "2f73d218-fb4a-4d82-9bcc-5ed7c7eb8155",
            "last_updated": "2022-11-21T15:59:01.108842-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86bb92b-01d0-43e4-93ab-7adb316883d7/?format=api"
        },
        {
            "id": "b523a5ed-30d2-41af-987a-d23f69893290",
            "gambit_id": "f2bcdd38-40ff-459e-b464-d68870faa9a8",
            "last_updated": "2022-11-21T15:59:01.109787-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86bb92b-01d0-43e4-93ab-7adb316883d7/?format=api"
        }
    ]
}