GET /api/bet_types/2d209242-ced7-4a6d-84a3-f783ecdbac82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d209242-ced7-4a6d-84a3-f783ecdbac82",
    "match": "https://api-prod.gambitprofit.com/api/matches/993a28df-8bbb-4423-b91d-55f2e8d637ab/?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": "Philadelphia Flyers",
                "amount": 6907.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3093.0
            }
        ],
        "expected_reward_tokens": 9186.21,
        "profit_sb": 186.21,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f48e990-ba40-4d81-beae-a72b22a081ff",
            "gambit_id": "f3efb192-0424-489f-9be4-a53b83be28f0",
            "last_updated": "2022-12-12T18:57:23.864615-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d209242-ced7-4a6d-84a3-f783ecdbac82/?format=api"
        },
        {
            "id": "48f6c4bd-159b-46dd-a7d1-695ccf7efa70",
            "gambit_id": "99c329c6-08b3-4037-aac9-e86166c26c4b",
            "last_updated": "2022-12-12T18:57:23.863531-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d209242-ced7-4a6d-84a3-f783ecdbac82/?format=api"
        }
    ]
}