GET /api/bet_types/ac7cbd93-7134-4760-8843-1f6c13174df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac7cbd93-7134-4760-8843-1f6c13174df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?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": "Northwestern",
                "amount": 5000.0
            },
            {
                "team": "Duke",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "592ff97f-0723-4aef-ac12-3feba301613d",
            "gambit_id": "8dd9452c-8341-4283-92ab-2b3bdf7c3992",
            "last_updated": "2022-09-11T11:12:11.262033-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7cbd93-7134-4760-8843-1f6c13174df0/?format=api"
        },
        {
            "id": "1a834fd8-cdd0-44a3-bcf5-930d5292e413",
            "gambit_id": "aee27175-0d25-4e09-bc49-829bbb12afaa",
            "last_updated": "2022-09-11T11:12:11.263335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7cbd93-7134-4760-8843-1f6c13174df0/?format=api"
        }
    ]
}