GET /api/bet_types/143ea91d-4cd0-46e3-8177-520f5049aead/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "143ea91d-4cd0-46e3-8177-520f5049aead",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1b35b24-cfc7-4001-83e6-ccf45e14f047/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:07.278339-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": "TAM",
                "amount": 5317.0
            },
            {
                "team": "DET",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a1e8405-569f-4bbc-825d-18e230ddaf5a",
            "gambit_id": "74097701-c4fa-4b4c-b741-4e9b358e6c3e",
            "last_updated": "2023-04-03T14:26:51.916659-04:00",
            "created_at": "2023-04-02T09:57:07.280208-04:00",
            "name": "TAM",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143ea91d-4cd0-46e3-8177-520f5049aead/?format=api"
        },
        {
            "id": "a2dfcab9-dbbc-4d2b-b4e4-f17c9fc05d50",
            "gambit_id": "850c51d9-a3e1-454d-b3df-936fdc1f3df1",
            "last_updated": "2023-04-03T14:26:51.918507-04:00",
            "created_at": "2023-04-02T09:57:07.282287-04:00",
            "name": "DET",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143ea91d-4cd0-46e3-8177-520f5049aead/?format=api"
        }
    ]
}