GET /api/bet_types/5462f826-4b54-4a59-b9a2-150db3a4a4ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5462f826-4b54-4a59-b9a2-150db3a4a4ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e311ab-04fa-454e-833d-3f756cb5d4ce/?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": "San Jose Sharks",
                "amount": 5521.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cc37159-f023-4335-948b-8c60dca02915",
            "gambit_id": "029cf65b-3373-4fd2-a001-e2db3a51e4ba",
            "last_updated": "2022-10-28T09:47:05.516232-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5462f826-4b54-4a59-b9a2-150db3a4a4ef/?format=api"
        },
        {
            "id": "18c21443-d93b-4bab-93d5-db4ede1eb81f",
            "gambit_id": "f873f7ec-fa6b-4a76-bffe-9ee53ee86184",
            "last_updated": "2022-10-28T09:47:05.517434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5462f826-4b54-4a59-b9a2-150db3a4a4ef/?format=api"
        }
    ]
}