GET /api/bet_types/d71a26b1-cd2b-414e-97fd-6bee72aac5b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d71a26b1-cd2b-414e-97fd-6bee72aac5b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f93d0004-5dc1-497b-92b3-3c388208d724/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:01.569773-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": "HOU",
                "amount": 5939.0
            },
            {
                "team": "TOR",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "52a6f991-c74b-4c95-ae55-29cecca43ddb",
            "gambit_id": "cd5ae2f3-047d-4de3-942e-c8f2ce4531e3",
            "last_updated": "2023-04-18T12:12:09.430617-04:00",
            "created_at": "2023-04-17T11:42:01.573237-04:00",
            "name": "HOU",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71a26b1-cd2b-414e-97fd-6bee72aac5b2/?format=api"
        },
        {
            "id": "a32c4c27-106c-4d73-bc51-b9e8089a4ca7",
            "gambit_id": "0cbe95cd-8047-4cb1-aae2-af87851db889",
            "last_updated": "2023-04-18T12:12:09.432791-04:00",
            "created_at": "2023-04-17T11:42:01.575933-04:00",
            "name": "TOR",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71a26b1-cd2b-414e-97fd-6bee72aac5b2/?format=api"
        }
    ]
}