GET /api/bet_types/62e5f44c-2c3d-47a1-949f-641b91fb41ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62e5f44c-2c3d-47a1-949f-641b91fb41ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0/?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": "Miami Marlins",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Braves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a97b405-eca0-4387-b472-33d0743fb4d5",
            "gambit_id": "9383a55f-9d81-402a-b540-0130cc78bf41",
            "last_updated": "2022-08-14T11:17:01.157553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e5f44c-2c3d-47a1-949f-641b91fb41ab/?format=api"
        },
        {
            "id": "7551294f-bcd1-4c8f-9d9d-0382c7305ed6",
            "gambit_id": "41529ac6-c72d-4887-a80b-4e14cb63228b",
            "last_updated": "2022-08-14T11:17:01.157918-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Braves",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e5f44c-2c3d-47a1-949f-641b91fb41ab/?format=api"
        }
    ]
}