GET /api/bet_types/be747ad5-153a-43de-b3bc-7d18495d0260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be747ad5-153a-43de-b3bc-7d18495d0260",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e55fe33-e8fb-418c-b214-ad346a83174e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-30T12:47:12.380055-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": "SDG (Y Darvish)",
                "amount": 5787.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "524f7e7b-9bd2-4f36-b23b-1fe495c5ed00",
            "gambit_id": "7cfe2104-6135-4ac0-823b-956e970d4acb",
            "last_updated": "2023-05-01T12:27:23.302041-04:00",
            "created_at": "2023-04-30T12:47:12.382006-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be747ad5-153a-43de-b3bc-7d18495d0260/?format=api"
        },
        {
            "id": "33ec0f9b-36b8-4fee-9fb7-51c86db19589",
            "gambit_id": "5d02b8d8-bac9-43f0-9ece-4feae1fbc538",
            "last_updated": "2023-05-01T12:27:23.304081-04:00",
            "created_at": "2023-04-30T12:47:12.384204-04:00",
            "name": "SFO (A Cobb)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be747ad5-153a-43de-b3bc-7d18495d0260/?format=api"
        }
    ]
}