GET /api/bet_types/66ecb83b-e671-4e86-a62b-f4d23507a7a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66ecb83b-e671-4e86-a62b-f4d23507a7a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1df23264-31e5-4b30-a3b2-72139fd19e34/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "db26c61c-6a92-4fcb-9188-c1c4f5ccfe94",
            "gambit_id": "ed5739bc-ece3-4e7e-a2ce-4ba3f06aad01",
            "last_updated": "2022-09-12T10:17:28.028051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ecb83b-e671-4e86-a62b-f4d23507a7a7/?format=api"
        },
        {
            "id": "48439b30-e11d-42ad-9dc9-12529b3aac65",
            "gambit_id": "7b1a21af-57c0-45ed-8c15-4b2b95b2a251",
            "last_updated": "2022-09-12T10:17:28.027087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ecb83b-e671-4e86-a62b-f4d23507a7a7/?format=api"
        }
    ]
}