GET /api/bet_types/25c6a0b2-1a69-4431-bb50-dfa78b39b51b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c6a0b2-1a69-4431-bb50-dfa78b39b51b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccbdfdac-847a-4f7f-b3dd-9ea7d12aa98c/?format=api",
    "name": "Pick the Winner",
    "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": "Washington",
                "amount": 6345.0
            },
            {
                "team": "Oregon State",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "60072388-b0e9-4f59-a921-b0818bc0ea64",
            "gambit_id": "40ecc1a5-c0a8-4fe1-8cd6-7d3a038499f5",
            "last_updated": "2022-11-05T09:42:53.235843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c6a0b2-1a69-4431-bb50-dfa78b39b51b/?format=api"
        },
        {
            "id": "18576b9b-9a0b-4fe0-8121-2a0b90983fc5",
            "gambit_id": "3073425a-8b66-4d9e-8598-79cf9e95d894",
            "last_updated": "2022-11-05T09:42:53.236877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c6a0b2-1a69-4431-bb50-dfa78b39b51b/?format=api"
        }
    ]
}