GET /api/bet_types/492c6a30-d0fe-429b-b39d-539d45e572cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "492c6a30-d0fe-429b-b39d-539d45e572cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/b029e41c-0cc3-42b6-92ec-5637d5d5575d/?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": "CLE",
                "amount": 6104.0
            },
            {
                "team": "NYY",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "abd60482-d5b0-43ce-8899-1006c5b19dc4",
            "gambit_id": "5d0553f0-8203-4bc5-bed9-a46fcd785149",
            "last_updated": "2022-12-24T17:12:20.994651-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/492c6a30-d0fe-429b-b39d-539d45e572cf/?format=api"
        },
        {
            "id": "abff3f1d-c433-4fab-bf73-eb4e4565cc1d",
            "gambit_id": "b2677d1b-e5ae-44a9-bfc9-1f048a178a0c",
            "last_updated": "2022-12-24T17:12:20.993504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/492c6a30-d0fe-429b-b39d-539d45e572cf/?format=api"
        }
    ]
}