GET /api/bet_types/c7a88ec8-24ec-48f7-84a4-e0b97d43ba48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7a88ec8-24ec-48f7-84a4-e0b97d43ba48",
    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Philadelphia Eagles",
                "amount": 5109.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "2af509ee-06f6-4094-9ff4-32bf47a4f951",
            "gambit_id": "4e46ef04-1418-46c3-a091-b959ab11e5d1",
            "last_updated": "2022-08-22T11:17:15.134916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a88ec8-24ec-48f7-84a4-e0b97d43ba48/?format=api"
        },
        {
            "id": "7eb0ff4c-18ac-4b41-8cb6-b07b39282f07",
            "gambit_id": "a5608740-dbed-4551-964c-de9cecb7a4cf",
            "last_updated": "2022-08-22T11:17:15.134410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a88ec8-24ec-48f7-84a4-e0b97d43ba48/?format=api"
        }
    ]
}