GET /api/bet_types/ef340d06-732b-4063-b23b-dc77bcb63883/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef340d06-732b-4063-b23b-dc77bcb63883",
    "match": "https://api-prod.gambitprofit.com/api/matches/b18f51c7-7c71-4a99-8d80-a21ad4a0d331/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:16.344100-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "61b88cae-72f7-49d2-ae14-84e7e9a8b832",
            "gambit_id": "05b99af8-025c-48f4-916b-8ad9964ceb5d",
            "last_updated": "2023-04-05T17:42:14.614164-04:00",
            "created_at": "2023-04-04T09:32:16.347102-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef340d06-732b-4063-b23b-dc77bcb63883/?format=api"
        },
        {
            "id": "0a091468-ed65-433e-9b71-824a8c972017",
            "gambit_id": "f0456b64-753f-4729-9957-dde2c200c1de",
            "last_updated": "2023-04-05T17:42:14.611929-04:00",
            "created_at": "2023-04-04T09:32:16.345529-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef340d06-732b-4063-b23b-dc77bcb63883/?format=api"
        }
    ]
}