GET /api/bet_types/3a30dc45-24c4-4ecf-a19a-3f01c42506dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a30dc45-24c4-4ecf-a19a-3f01c42506dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8468da7a-8c03-4d60-9cd5-098fb1fbdcd2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T08:08:24.375068-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": "SDG",
                "amount": 6324.0
            },
            {
                "team": "ARI",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "b929ed7a-26bd-442b-b5dc-627e7b3829b2",
            "gambit_id": "9e81b294-27db-4e4a-9022-0bd48726383e",
            "last_updated": "2023-08-18T10:23:06.580608-04:00",
            "created_at": "2023-08-17T08:08:24.388123-04:00",
            "name": "SDG",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a30dc45-24c4-4ecf-a19a-3f01c42506dd/?format=api"
        },
        {
            "id": "5c8fd315-37df-48a7-ba65-634e594d5d50",
            "gambit_id": "4f53a821-a8f1-46c1-85cb-d8079ea69796",
            "last_updated": "2023-08-18T10:23:06.577088-04:00",
            "created_at": "2023-08-17T08:08:24.383742-04:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a30dc45-24c4-4ecf-a19a-3f01c42506dd/?format=api"
        }
    ]
}