GET /api/bet_types/08479e6e-79de-4a7a-9898-4e70f31f08e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08479e6e-79de-4a7a-9898-4e70f31f08e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/037e2ab4-62e9-4c0d-b0a4-838bf440c5ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:11.558347-04: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": "PHI",
                "amount": 6020.0
            },
            {
                "team": "SEA",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7a1403f-19a8-47fa-877b-af1893ae543e",
            "gambit_id": "0d1710d3-c1cf-44cb-a0d9-dd2e5671b22b",
            "last_updated": "2023-04-27T11:52:09.473661-04:00",
            "created_at": "2023-04-26T12:02:11.560055-04:00",
            "name": "PHI",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08479e6e-79de-4a7a-9898-4e70f31f08e7/?format=api"
        },
        {
            "id": "49173489-8734-4795-afa3-62481eaeef31",
            "gambit_id": "bdc2bf2b-eab3-402b-bfc7-c3e4cda32118",
            "last_updated": "2023-04-27T11:52:09.475767-04:00",
            "created_at": "2023-04-26T12:02:11.561971-04:00",
            "name": "SEA",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08479e6e-79de-4a7a-9898-4e70f31f08e7/?format=api"
        }
    ]
}