GET /api/bet_types/d9b1e370-8ba7-49e3-ab57-8c23d4bbc5a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9b1e370-8ba7-49e3-ab57-8c23d4bbc5a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9e924a7-8608-4905-8d9a-d9d7557cdb77/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:06.519796-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": "PHI",
                "amount": 5784.0
            },
            {
                "team": "NYM",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "25841db8-7aae-4dd5-b962-d4725bbcf379",
            "gambit_id": "a66ca92e-7a70-4b58-816a-d6ddb36ba653",
            "last_updated": "2023-06-26T10:43:17.315936-04:00",
            "created_at": "2023-06-24T08:58:06.524448-04:00",
            "name": "PHI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b1e370-8ba7-49e3-ab57-8c23d4bbc5a2/?format=api"
        },
        {
            "id": "ebbd5212-b85d-41ef-9344-ac410cf01c4f",
            "gambit_id": "8c01cc0c-a61e-4370-9416-86ef9673efcd",
            "last_updated": "2023-06-26T10:43:17.314015-04:00",
            "created_at": "2023-06-24T08:58:06.522078-04:00",
            "name": "NYM",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b1e370-8ba7-49e3-ab57-8c23d4bbc5a2/?format=api"
        }
    ]
}