GET /api/bet_types/5e4a1c0a-3f7d-4b55-ae1f-f2a6ea36b428/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e4a1c0a-3f7d-4b55-ae1f-f2a6ea36b428",
    "match": "https://api-prod.gambitprofit.com/api/matches/4492e569-0635-4758-bd77-40ae1f5caa77/?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": "Washington Nationals",
                "amount": 6336.0
            },
            {
                "team": "Miami Marlins",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "547b90bd-c613-48ff-a6a7-e27ed999f58d",
            "gambit_id": "d8cf18d1-5c84-4105-8772-c26cc0085251",
            "last_updated": "2022-09-24T21:17:25.004176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Nationals",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e4a1c0a-3f7d-4b55-ae1f-f2a6ea36b428/?format=api"
        },
        {
            "id": "3070dc26-1aa9-4cf9-afdc-d587ba82c706",
            "gambit_id": "c379fe56-8df8-4161-a3c0-4e3117dcb08a",
            "last_updated": "2022-09-24T21:17:25.002979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e4a1c0a-3f7d-4b55-ae1f-f2a6ea36b428/?format=api"
        }
    ]
}