GET /api/bet_types/1f6863c7-f93b-4839-b984-d284f6933674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f6863c7-f93b-4839-b984-d284f6933674",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:05.007112-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": "BOS",
                "amount": 5423.0
            },
            {
                "team": "TOR",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0da4fcd1-c727-4df9-b7b2-b995971eeefc",
            "gambit_id": "5c448e07-dabb-4591-8631-501179ef79a1",
            "last_updated": "2023-05-03T12:12:14.136467-04:00",
            "created_at": "2023-05-02T11:52:05.008916-04:00",
            "name": "BOS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f6863c7-f93b-4839-b984-d284f6933674/?format=api"
        },
        {
            "id": "b7d6c3de-b1e8-4c1b-bfa1-9ff97766c220",
            "gambit_id": "a990e8b2-4ae5-4d4a-8698-d17dea5fe3f6",
            "last_updated": "2023-05-03T12:12:14.137601-04:00",
            "created_at": "2023-05-02T11:52:05.010784-04:00",
            "name": "TOR",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f6863c7-f93b-4839-b984-d284f6933674/?format=api"
        }
    ]
}