GET /api/bet_types/a20fda8e-5d05-4fda-b44d-7cf48aa49773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a20fda8e-5d05-4fda-b44d-7cf48aa49773",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?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": "MIA",
                "amount": 5752.0
            },
            {
                "team": "ATL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "fab7a7b9-f358-4218-ab63-efcfce9ca9ea",
            "gambit_id": "b9c910e3-8e95-4ff3-9ee1-32ad5cca7964",
            "last_updated": "2022-08-13T10:57:04.262390-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20fda8e-5d05-4fda-b44d-7cf48aa49773/?format=api"
        },
        {
            "id": "3f3c43e1-f9b9-4f44-ad8b-60e8ad896e59",
            "gambit_id": "51f93e18-6e90-48c4-bb30-02bf6021abc7",
            "last_updated": "2022-08-13T10:57:04.262820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20fda8e-5d05-4fda-b44d-7cf48aa49773/?format=api"
        }
    ]
}