GET /api/bet_types/d9997559-26d4-480e-ba0f-d4603d3b8fb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9997559-26d4-480e-ba0f-d4603d3b8fb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b08a707-9172-4e92-bbb3-eda4fa2c61d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:57.426865-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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef784c1a-9eb1-43fb-9f97-b93b1aaab144",
            "gambit_id": "1dee566e-8857-4c52-be08-0900eeac62f3",
            "last_updated": "2023-08-29T09:18:23.769872-04:00",
            "created_at": "2023-08-24T12:57:57.430649-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9997559-26d4-480e-ba0f-d4603d3b8fb5/?format=api"
        },
        {
            "id": "11e5564a-7dc2-41cf-8a52-4e175b983cbc",
            "gambit_id": "45bb3be2-c4b4-4018-b623-c5dda48d1980",
            "last_updated": "2023-08-29T09:18:23.773591-04:00",
            "created_at": "2023-08-24T12:57:57.435117-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9997559-26d4-480e-ba0f-d4603d3b8fb5/?format=api"
        }
    ]
}