GET /api/bet_types/61f22bcb-08e7-4540-8baf-8cc1fa9a719e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61f22bcb-08e7-4540-8baf-8cc1fa9a719e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7dacbdfa-db8c-4c33-9722-e6b5548c0414/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:07.213433-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": "NYY",
                "amount": 6232.0
            },
            {
                "team": "TAM",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "79537d4c-5d56-4569-bf97-5fabbc173cb3",
            "gambit_id": "abc9116d-22d6-442c-9e76-eaf460c5c640",
            "last_updated": "2023-08-28T18:38:02.435862-04:00",
            "created_at": "2023-08-25T08:38:07.217302-04:00",
            "name": "NYY",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f22bcb-08e7-4540-8baf-8cc1fa9a719e/?format=api"
        },
        {
            "id": "7dcb0138-b8ec-4d63-ae06-38aea2b525da",
            "gambit_id": "4fa655bc-3919-4be0-ba7f-28c8ad09c170",
            "last_updated": "2023-08-28T18:38:02.440391-04:00",
            "created_at": "2023-08-25T08:38:07.221968-04:00",
            "name": "TAM",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f22bcb-08e7-4540-8baf-8cc1fa9a719e/?format=api"
        }
    ]
}