GET /api/bet_types/27bec1c9-b3ab-41aa-a78a-1dba26e9f664/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27bec1c9-b3ab-41aa-a78a-1dba26e9f664",
    "match": "https://api-prod.gambitprofit.com/api/matches/856cd9b5-8fba-4655-ab07-b26bc7b543df/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-12T09:03:12.608906-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": "TAM",
                "amount": 6020.0
            },
            {
                "team": "OAK",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "418bdb31-6870-4c07-8fa9-c9c4c5af1970",
            "gambit_id": "b683e49b-bde0-4765-8e03-ae00d95da53b",
            "last_updated": "2023-06-13T11:03:15.251617-04:00",
            "created_at": "2023-06-12T09:03:12.611076-04:00",
            "name": "TAM",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27bec1c9-b3ab-41aa-a78a-1dba26e9f664/?format=api"
        },
        {
            "id": "986093ef-fe27-494f-8163-5bece115e087",
            "gambit_id": "35f3290c-c7dc-4ca0-9b5e-e0f688322ee1",
            "last_updated": "2023-06-13T11:03:15.253165-04:00",
            "created_at": "2023-06-12T09:03:12.613271-04:00",
            "name": "OAK",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27bec1c9-b3ab-41aa-a78a-1dba26e9f664/?format=api"
        }
    ]
}